# Heavy files
*.flac
*.mp3

*.so
*.a
*.hi
*.dyn_hi
*.mov

# Secrets — never commit
.env
*.env

# Python / build noise
__pycache__/
*.pyc

# Local archives & bulky derived assets (kept out of git; back up via fbk)
*.tar.bz2

# Generated at launch by gig-up.sh (set-specific sample preload + sclang log)
preload.scd
gig-sclang.log
gig-leds.log
recordings/

# Rendered masters and album audio — GBs of derived output, regenerable from
# the Ardour stems with tools/take-master.py + take-segments.py. The segments
# and metadata JSON ARE committed: they are the provenance, not the payload.
output/Take95/*.flac
output/Take95/tracks/
output/Take95/album-mp3/
output/Take95/*.log
