# Rust build output. Nearly a gigabyte, and cargo rebuilds it. mac-app/src-tauri/target/ # The assembled .app bundle. mac-app/*.app/ node_modules/ # The built page. Generated by build/build.py from everything in build/src, # build/body.html and build/overrides.css, and stamped with a build time, so # it changes on every run and would make every diff unreadable. Run # `python3 build/build.py` to produce it. /mac-app/dist/index.html .DS_Store # Python bytecode and virtualenvs. build/build.py imports build/icons.py, so # a __pycache__ appears next to it on every build. __pycache__/ *.py[cod] venv/ .venv/ # Generic build output, alongside the specific paths above. dist/ # Local-only settings: machine-specific, and not the project's business. .claude/settings.local.json # Recordings. This is a tool for working on someone's rushes, not a place to # keep them: a single take is bigger than the entire source tree, and it is # somebody's material. Test fixtures are generated into temp dirs, never here. *.wav