Add a dockerignore file and don't map some python files locally

This commit is contained in:
Jim Fingal 2020-11-08 12:17:10 -08:00
parent 0b8a9cf1a6
commit e1e5dd8b0d

7
.dockerignore Normal file
View file

@ -0,0 +1,7 @@
__pycache__
*.pyc
*.pyo
*.pyd
.git
.github
.pytest*