Fahimeh Orvati Nia
Fix storage limit by caching to /tmp
7ac2007
raw
history blame contribute delete
317 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
*.egg-info/
dist/
build/
# Hugging Face cache
.cache/
transformers_cache/
# Model weights
*.pt
*.pth
*.ckpt
*.weights
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Gradio
flagged/
gradio_cached_examples/
# Logs
*.log