From b1612afff4f281cb437f25035c39741f3becea8d Mon Sep 17 00:00:00 2001 From: mauwii Date: Tue, 7 Feb 2023 05:58:43 +0100 Subject: [PATCH] update .dockerignore --- .dockerignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index c248f6d8ed..28c8b60ca4 100644 --- a/.dockerignore +++ b/.dockerignore @@ -19,5 +19,7 @@ invokeai/assets/** # ignore python cache and build artifacts **/__pycache__ -**/*.py[cod] +**/*.pyc +**/*.pyo +**/*.pyd **/*.egg-info