Spaces:
Running on Zero
Running on Zero
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.wav | |
| *.mp3 | |
| *.flac | |
| *.ogg | |
| # the bundled demo preset (examples/pushback_demo.mp3 — clip by PUSHBACK | |
| # via TikTok, credited in README) is NOT in git: hf's git rejects binaries | |
| # outside lfs/xet. upload it straight to the space instead: | |
| # hf upload build-small-hackathon/coda examples/pushback_demo.mp3 examples/pushback_demo.mp3 --repo-type space | |
| # local lab artifacts (gpu a/b test outputs) | |
| lab_out/ | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .env | |
| .venv/ | |
| *.egg | |
| .eggs/ | |
| _stems/ | |
| flagged/ | |
| *.pt | |
| *.bin | |
| *.safetensors | |
| .DS_Store | |
| Thumbs.db | |
| *.bak* | |
| # business files that do NOT belong in a public hackathon Space | |
| umbra-ai-architecture.md | |
| memory-audit-*.md | |
| # local planning / scratch / research artifacts — never ship to the public Space | |
| PLAN_*.md | |
| RESEARCH_*.md | |
| *coda_commits* | |
| # IDE / local tooling | |
| .claude/ | |
| .pytest_cache/ | |
| # underscore-prefixed scratch/test runners | |
| _*.py | |