Skip to content

Commit b1612af

Browse files
committed
update .dockerignore
1 parent 1d10d95 commit b1612af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.dockerignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ invokeai/assets/**
1919

2020
# ignore python cache and build artifacts
2121
**/__pycache__
22-
**/*.py[cod]
22+
**/*.pyc
23+
**/*.pyo
24+
**/*.pyd
2325
**/*.egg-info

0 commit comments

Comments
 (0)