infinitetalk2 / .gitignore
ShalomKing's picture
Upload folder using huggingface_hub
38572a2 verified
raw
history blame contribute delete
407 Bytes
# 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
# Models and weights
weights/
*.safetensors
*.bin
*.ckpt
*.pth
# Temporary files
temp-*/
/tmp/
*.tmp
*.log
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Gradio
flagged/
# Environment
.env
venv/
ENV/
env/