-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
20 lines (16 loc) · 860 Bytes
/
Copy path.gitignore
File metadata and controls
20 lines (16 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Raw scrape cache (events/venues/genres JSON) — regenerated by scraper/fetch_shows.py.
# The normalized, website-ready data under data/normalized, data/venues.json and
# data/days IS committed; only the bulky raw cache is ignored.
data/raw_pages/
# Claudinite hook logs (the vendored corpus under .claudinite/shared/ is ordinary tracked content)
/.claudinite-hooks.log
/.claudinite-hooks.log.tmp
# (No blanket /.claudinite/* ignore: the session-start hook no longer syncs an
# untracked corpus there. Both trees under .claudinite/ — the vendored shared/
# mount and this repo's own local/packs/ — are ordinary tracked content, so
# ignoring the directory would have hidden the local pack's task folders.)
# Python bytecode cache
__pycache__/
*.pyc
# Transient git worktrees created by the agent harness for isolated subagent runs
.claude/worktrees/