# L'Armada — keep audio + build artifacts out of git (text/code/data only).

# Audio (stems, masters, fragments, proxies, mixes) — large, regenerable from source.
*.flac
*.wav
*.mp3
*.aif
*.aiff
*.m4a
*.ogg
*.opus

# Audio working dirs (belt-and-suspenders)
tide-table/punkachien/stems/
tide-table/punkachien/hamburg_stems/
tide-table/punkachien/masters/
tide-table/punkachien/frags/

# Python
__pycache__/
*.pyc

# Node / Vite (also covered by ui/.gitignore)
ui/node_modules/
ui/dist/
*.log

# Playwright screenshots / scratch
ui/screenshots/
*.tmp
