Add .dockerignore
This commit is contained in:
parent
d88a1ad5ba
commit
daac4a0313
1 changed files with 8 additions and 0 deletions
8
.dockerignore
Normal file
8
.dockerignore
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
**/.git
|
||||||
|
data/**
|
||||||
|
**/__pycache__
|
||||||
|
*.pyc
|
||||||
|
*.swp
|
||||||
|
docs/
|
||||||
|
.mypy_cache
|
||||||
|
.pytest_cache
|
Loading…
Reference in a new issue