| # Ignore audio files in static/audio | |
| static/audio/ | |
| # Python cache files | |
| src/__pycache__ | |
| __pycache__/ | |
| *.pyc | |
| # IDE directories | |
| .vscode/ | |
| .idea/ | |
| # Hugging Face Spaces temporary files | |
| .hf-spaces/ | |
| # Other temporary files | |
| *.log | |
| *.tmp | |
| *.swp | |
| *.wav | |
| *.mp3 | |
| # Local development files | |
| local_run.sh | |
| note.txt | |