expressive-tts-arena / .gitignore
zach
Add example environment variables file
28e4200
raw
history blame
414 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Virtual environment
venv/
gradio-env/
# Distribution / Packaging
build/
dist/
*.egg-info/
# Environment variables
.env
# Logs
*.log
# IDE settings (e.g., VSCode, PyCharm)
.vscode/
.idea/
*.swp
*.swo
*.swn
# Jupyter Notebook checkpoints (if applicable)
.ipynb_checkpoints/
# System files
.DS_Store
Thumbs.db
# Python cache
*.cache