mirror of
https://github.com/vladmandic/automatic
synced 2026-04-09 10:11:53 +02:00
73 lines
888 B
Plaintext
73 lines
888 B
Plaintext
# defaults
|
|
venv/
|
|
__pycache__
|
|
.ruff_cache
|
|
.vscode/
|
|
.idea/
|
|
**/.DS_Store
|
|
/*.json
|
|
/*.yaml
|
|
/params.txt
|
|
/styles.csv
|
|
/user.css
|
|
/webui-user.bat
|
|
/webui-user.sh
|
|
/data/metadata.json
|
|
/data/extensions.json
|
|
/data/cache.json
|
|
/data/themes.json
|
|
/data/installer.json
|
|
/data/rocm.json
|
|
node_modules
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
|
|
# all models and temp files
|
|
*.log
|
|
*.log.*
|
|
*.bak
|
|
*.ckpt
|
|
*.safetensors
|
|
*.pth
|
|
*.pt
|
|
*.bin
|
|
*.optim
|
|
*.lock
|
|
*.zip
|
|
*.rar
|
|
*.7z
|
|
*.pyc
|
|
/*.bat
|
|
/*.sh
|
|
/*.txt
|
|
/*.mp3
|
|
/*.lnk
|
|
/*.swp
|
|
|
|
# all dynamic stuff
|
|
/extensions/**/*
|
|
/outputs/**/*
|
|
/models/**/*
|
|
/tmp
|
|
.*/
|
|
cache
|
|
tunableop_results*.csv
|
|
|
|
# force included
|
|
!webui.bat
|
|
!webui.sh
|
|
!package.json
|
|
!requirements.txt
|
|
!constraints.txt
|
|
!/data
|
|
!/models/VAE-approx
|
|
!/models/VAE-approx/model.pt
|
|
!/models/Reference
|
|
!/models/Reference/**/*
|
|
|
|
# copilot instructions
|
|
!/.github/
|
|
!/.github/copilot-instructions.md
|
|
!/.github/instructions/
|
|
!/.github/instructions/**/*
|