Add .dockerignore
parent
d88a1ad5ba
commit
daac4a0313
|
@ -0,0 +1,8 @@
|
||||||
|
**/.git
|
||||||
|
data/**
|
||||||
|
**/__pycache__
|
||||||
|
*.pyc
|
||||||
|
*.swp
|
||||||
|
docs/
|
||||||
|
.mypy_cache
|
||||||
|
.pytest_cache
|
Loading…
Reference in New Issue