Add .dockerignore

main
Thomas Sileo 2022-07-22 18:54:58 +02:00
parent d88a1ad5ba
commit daac4a0313
1 changed files with 8 additions and 0 deletions

8
.dockerignore 100644
View File

@ -0,0 +1,8 @@
**/.git
data/**
**/__pycache__
*.pyc
*.swp
docs/
.mypy_cache
.pytest_cache