Browse Source

reduce context size when building docker images for deployment

Rodja Trappe 3 months ago
parent
commit
ee0d507459
1 changed files with 6 additions and 5 deletions
  1. 6 5
      .dockerignore

+ 6 - 5
.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