expressive-tts-arena / .gitignore
zach
Add Dockerfile and .dockerignore, update server_name arg for gradio launch
9100090
Raw
History Blame
453 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Virtual environment
.venv
venv/
.python-version
# 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
# Temp files
static/audio/*