From 352301b58d84ef98cec6faece7f8ccb4b782c5bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Van=C4=8Dura?= Date: Mon, 13 Jan 2025 15:50:06 +0100 Subject: [PATCH] Actor: .dockerignore update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Václav Vančura --- .actor/.dockerignore | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.actor/.dockerignore b/.actor/.dockerignore index 2be69b0e..cf3b0511 100644 --- a/.actor/.dockerignore +++ b/.actor/.dockerignore @@ -1,5 +1,11 @@ +**/__pycache__ +**/*.pyc +**/*.pyo +**/*.pyd .git .gitignore -*.pyc -__pycache__ -*.log.git +.env +.venv +*.log +.pytest_cache +.coverage \ No newline at end of file