Update .dockerignore to reduce the context size

This commit is contained in:
Finn Stutzenstein 2020-09-29 16:16:58 +02:00
parent 991c08d57d
commit 90e13a0f8e
No known key found for this signature in database
GPG Key ID: 9042F605C6324654
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,3 @@
.git
**/node_modules
**/.vscode

View File

@ -1,2 +1,5 @@
*.pyc
__pycache__/
**/*.pyc
**/__pycache__/
**/.venv
tests/
personal_data/