IndexTTS-Rust / .gitignore
Claude
Add codebase analysis documentation and update gitignore
b48d7b7 unverified
raw
history blame
244 Bytes
venv/
__pycache__
*.egg-info
*.DS_Store
.idea/
.vscode/
checkpoints/*.pth
checkpoints/*.vocab
checkpoints/*.model
checkpoints/.cache
outputs/
build/
*.py[cod]
*.egg-info/
.venv
checkpoints/*
__MACOSX
# Rust build artifacts
/target/
**/*.rs.bk