mirror of
https://github.com/index-tts/index-tts.git
synced 2026-08-28 14:56:25 +08:00
39 lines
466 B
Plaintext
39 lines
466 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/
|
|
|
|
# Example audio files (downloaded on demand, not stored in git)
|
|
/examples/*.wav
|
|
/tests/sample_prompt.wav
|
|
|
|
.claude
|
|
.memsearch
|