expressive-tts-arena / .gitignore
jerhadf's picture
Tweak to readme
8ba4308
raw
history blame
430 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Virtual environment
venv/
gradio-env/
.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