test / .gitignore
bilegentile's picture
Upload folder using huggingface_hub
c19ca42 verified
# defaults
__pycache__
.ruff_cache
/cache.json
/*.json
/*.yaml
/params.txt
/styles.csv
/user.css
/webui-user.bat
/webui-user.sh
/html/extensions.json
/html/themes.json
node_modules
pnpm-lock.yaml
package-lock.json
venv
.history
cache
**/.DS_Store
# all models and temp files
*.log
*.log.*
*.bak
*.ckpt
*.safetensors
*.pth
*.pt
*.bin
*.optim
*.lock
*.zip
*.rar
*.7z
*.pyc
/*.bat
/*.sh
/*.txt
/*.mp3
/*.lnk
!webui.bat
!webui.sh
!package.json
# all dynamic stuff
/extensions/**/*
/outputs/**/*
/embeddings/**/*
/models/**/*
/interrogate/**/*
/train/log/**/*
/textual_inversion/**/*
/detected_maps/**/*
/tmp
/log
/cert
.vscode/
.idea/
/localizations
.*/
# force included
!/models/VAE-approx
!/models/VAE-approx/model.pt
!/models/Reference
!/models/Reference/**/*