Spaces:
Runtime error
Runtime error
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # Virtual environments | |
| venv/ | |
| ENV/ | |
| env/ | |
| # Training outputs | |
| workspace/ | |
| output/ | |
| checkpoints/ | |
| logs/ | |
| *.pt | |
| *.pth | |
| # Data | |
| data/ | |
| *.wav | |
| *.mp3 | |
| *.flac | |
| # Test artifacts | |
| tests/ | |
| test_*.png | |
| *_comparison.png | |
| *_baseline.png | |
| *_result.png | |
| comparison_*/ | |
| visualizations/ | |
| results/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| *.ipynb | |
| # Environment | |
| .env | |
| .env.local | |
| # Documentation (troubleshooting files - not needed on HF) | |
| DEPLOYMENT_SUMMARY.md | |
| DEPLOY_TO_HF.md | |
| FINAL_FIX.md | |
| READY_TO_DEPLOY.md | |
| TEST_LOCALLY.md | |
| FIXES_APPLIED.md | |
| QUICK_FIX.md | |
| FIX_AUTH.md | |
| # Deployment scripts (local use only) | |
| prepare_deployment.sh | |