-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (29 loc) · 865 Bytes
/
Copy path.gitignore
File metadata and controls
34 lines (29 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/target
*.swp
*.swo
*~
.DS_Store
Thumbs.db
.claude/
# Scratch render output from lattice rule-tuning (not committed)
/scratch_lattice/
# Capture run output — raw 1080p60 clips are hundreds of MB each; the tiles that
# ship are copied into assets/media/tiles/ by hand.
/capture-out*/
/capture-vol/
# casting catalog (board #2041): renders are regenerable, descriptions get checked in
/catalog/renders/
/catalog/test_track.wav
/catalog/capabilities.json
__pycache__/
# Session-planning working files — local only, never in the repo
/TASKS.md
/2026-08-06_SESSION_STARTER.md
/2026-08-06_SESSION_STARTER_ADDENDUM.md
/docs/trama/HANDOFF.md
# Benchmark harness (workstream C): datasets/ is fetched audio + annotations
# (tens of GB, audio never enters the repo); out/ is regenerable dumps + scores.
/bench/datasets/
/bench/out/
/bench/*.mp3
/bench/*.signal.jsonl