Spaces:
Running
Running
| # Git | |
| .git | |
| .gitignore | |
| # Local env and caches | |
| .venv | |
| venv | |
| env | |
| .hf_cache | |
| .pixi | |
| .pdm-python | |
| # Project-specific (ephemeral or large; created at runtime if needed) | |
| Models | |
| samples | |
| *.wav | |
| temp_output.wav | |
| temp*.wav | |
| *.msi | |
| # IDE and OS | |
| .idea | |
| .vscode | |
| .cursorignore | |
| .cursorindexingignore | |
| *.DS_Store | |
| # Python | |
| __pycache__ | |
| *.py[cod] | |
| *.egg-info | |
| .mypy_cache | |
| .ruff_cache | |
| # Docs (optional; remove if you want them in image) | |
| # README.md | |
| # PROJECT_SUMMARY.md | |
| # Windows launcher only | |
| Run NeuTTS.bat | |