A 16.7 MB take had been committed and made up the whole of the repository. It is out of the history now, and ignored so it cannot come back: the tests build their own fixtures in temp directories and never need one here.
34 lines
1022 B
Plaintext
34 lines
1022 B
Plaintext
# 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
|