mr_mistral / .gitignore
dcrey7's picture
version1tutorgradio
7ee5fa7
raw
history blame contribute delete
505 Bytes
# Environment variables
.env
.env.*
!.env.example
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv
# IDE and OS files
.vscode/
.idea/
*.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
# Gradio
gradio_cached_examples/
flagged/
# Audio files (temporary)
*.mp3
*.wav
*.ogg
# uv
.uv/