We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d10d95 commit b1612afCopy full SHA for b1612af
1 file changed
.dockerignore
@@ -19,5 +19,7 @@ invokeai/assets/**
19
20
# ignore python cache and build artifacts
21
**/__pycache__
22
-**/*.py[cod]
+**/*.pyc
23
+**/*.pyo
24
+**/*.pyd
25
**/*.egg-info
0 commit comments