mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
8107d354d9
also switch to python 3.9:slim since it has a ton less security issues
19 lines
321 B
Plaintext
19 lines
321 B
Plaintext
*
|
|
!assets/caution.png
|
|
!backend
|
|
!frontend/dist
|
|
!ldm
|
|
!pyproject.toml
|
|
!README.md
|
|
!scripts
|
|
|
|
# Guard against pulling in any models that might exist in the directory tree
|
|
**.pt*
|
|
|
|
# unignore configs, but only ignore the custom models.yaml, in case it exists
|
|
!configs
|
|
configs/models.yaml
|
|
configs/models.yaml.orig
|
|
|
|
**/__pycache__
|