phunter_space / .gitignore
rocketmandrey's picture
Upload folder using huggingface_hub
6b14d1f verified
raw
history blame contribute delete
371 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
# Virtual Environment
venv/
env/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Project specific
weights/
outputs/
*.mp4
*.wav
*.jpg
*.png
*.safetensors
*.bin
# Logs
*.log
logs/
# OS
.DS_Store