Spaces:
Sleeping
Sleeping
File size: 227 Bytes
f68a33a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Exclude large files from Railway deployment
venv/
__pycache__/
*.pyc
.git/
.gitignore
*.mp3
*.wav
training/
tests/
.env
.env.example
diagnose_detection.py
*.md
.cache/
~/.cache/
/Users/*/Library/
*.tar.gz
*.zip
node_modules/
|