| # 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 Environment | |
| venv/ | |
| ENV/ | |
| env/ | |
| .env/ | |
| .venv/ | |
| # IDE | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # Local development | |
| *.log | |
| .DS_Store | |
| # Project specific | |
| outputs/* | |
| !outputs/.gitkeep | |
| data/* | |
| !data/example-yt_saTD1u8PorI.mp3 | |
| test_output*/ | |
| # Cache | |
| .cache/ | |
| .pytest_cache/ | |
| .coverage | |
| coverage.xml | |
| *.cover | |
| # Temporary files | |
| tmp/ | |
| temp/ | |
| *.tmp | |
| # Model checkpoints and artifacts (already handled by Git LFS in .gitattributes) | |
| # *.pth | |
| # *.pt | |
| # *.ckpt | |
| # *.safetensors | |