llama-omni / .gitignore
marcosremar2's picture
Initial commit for LLaMA-Omni Hugging Face Space
e4c7bc6
raw
history blame contribute delete
467 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Model files (too large for git)
*.pt
*.pth
*.bin
*.safetensors
# Downloaded models
models/
vocoder/
# Gradio
flagged/
gradio_cached_examples/
# Misc
.env
.cache/
tmp/