tts-api / .gitignore
Avinyaa
new
9acb9c3
raw
history blame contribute delete
202 Bytes
# Generated audio files
*.wav
*.mp3
# Python cache
__pycache__/
*.pyc
*.pyo
# Temporary files
*.tmp
*.temp
# Environment files
.env
.venv/
# IDE files
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db