From ee0d507459d571b2eb9a5d657c6981d840c2706b Mon Sep 17 00:00:00 2001 From: Rodja Trappe Date: Sun, 26 Jan 2025 06:09:20 +0100 Subject: [PATCH] reduce context size when building docker images for deployment --- .dockerignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.dockerignore b/.dockerignore index cd7d0cf4e..e8f70510b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -11,13 +11,14 @@ demo.py **/.pytest_cache **/.coverage **/.git +**/.github **/.mypy_cache **/.nicegui -# flyctl launch added from .pytest_cache/.gitignore -# Created by pytest automatically. .pytest_cache/**/* - -# flyctl launch added from tests/.pytest_cache/.gitignore -# Created by pytest automatically. tests/.pytest_cache/**/* +**/.ruff_cache +**/*.pyc +**/.DS_Store +**/.idea +**/.vscode