Add .dockerignore

This commit is contained in:
Thomas Sileo
2022-07-22 18:54:58 +02:00
parent d88a1ad5ba
commit daac4a0313

8
.dockerignore Normal file
View File

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