vae / .gitignore
jiuhai's picture
Add files using upload-large-folder tool
4cd1d55 verified
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
checkpoints/
*.egg-info
# Virtual environments
.venv
.python-version
# IDE settings
.idea/
.vscode/
# Other files
.DS_Store
tmp
.wandb
# Model checkpoints
*.ckpt
*.pt
*.safetensors
*.sft
# Media files
*.gif
*.heic
*.heif
*.jpg
*.jpeg
*.json
*.m4a
*.mov
*.mp4
*.png
*.wav
*.webp