app / .gitignore
Semnykcz's picture
Upload folder using huggingface_hub
7fc1882 verified
raw
history blame contribute delete
603 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
.venv/
# Gradio
gradio_cached_examples/
flagged/
# Model cache
.cache/
huggingface/
transformers_cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
tmp/
temp/
*.tmp
# Images (if you don't want to commit test images)
# *.jpg
# *.png
# *.jpeg