automatic/.gitignore

61 lines
740 B
Plaintext

# defaults
__pycache__
.ruff_cache
/cache.json
/metadata.json
/config.json
/ui-config.json
/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
# all models and temp files
*.log
*.log.*
*.bak
*.ckpt
*.safetensors
*.pth
*.pt
*.bin
*.optim
*.lock
*.zip
*.rar
*.pyc
/*.bat
/*.sh
/*.txt
/*.mp3
/*.lnk
!webui.bat
!webui.sh
# all dynamic stuff
/repositories/**/*
/extensions/**/*
/outputs/**/*
/embeddings/**/*
/models/**/*
/interrogate/**/*
/train/log/**/*
/textual_inversion/**/*
/detected_maps/**/*
/tmp
/log
/cert
.vscode/
# unexcluded so folders get created
!/repositories/.placeholder
!/models/VAE-approx
!/models/VAE-approx/model.pt