Files
index-tts/.gitignore
Arcitec 5ffb84b427 fix: Improve .gitignore and re-add config file
- Improves organization and removes extra junk files.

- Unignores *.yaml files such as config.yaml from the /checkpoints/ directory since we need that file.
2025-09-08 16:14:38 +02:00

32 lines
338 B
Plaintext

# Development Tools.
.mypy_cache/
.ruff_cache/
__pycache__/
.idea/
.vscode/
# Environments.
.venv*/
venv*/
conda_env*/
# Python Bytecode.
*.py[cod]
# Distribution/Packaging.
/build/
/dist/
*.egg-info/
.pypirc
# Operating System Junk.
*.DS_Store
Thumbs.db
desktop.ini
# IndexTTS.
/cache/
/checkpoints/*
!/checkpoints/*.yaml
/outputs/