Pravin Barapatre
Pin dependencies for Hugging Face Spaces compatibility and remove submodule issue
db8251f
Raw
History Blame Contribute Delete
692 Bytes
# Generated videos
*.mp4
*.avi
*.mov
*.mkv
*.webm
# Model caches
.cache/
models/
checkpoints/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Temporary files
tmp/
temp/
*.tmp
# Hugging Face cache
.huggingface/
# Jupyter Notebook
.ipynb_checkpoints
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local