Forgot to add a dockerignore file (oups)

This commit is contained in:
Michel Roux 2020-04-09 11:12:36 +02:00
parent 40f3663b73
commit ae99c1bc63

6
.dockerignore Normal file

@ -0,0 +1,6 @@
.idea/
.venv/
.db/
.env
__pycache__/
test.py