diff options
Diffstat (limited to 'api/.dockerignore')
-rw-r--r-- | api/.dockerignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/api/.dockerignore b/api/.dockerignore new file mode 100644 index 0000000..3f4ef51 --- /dev/null +++ b/api/.dockerignore @@ -0,0 +1,8 @@ +# Python +__pycache__ +app.egg-info +*.pyc +.mypy_cache +.coverage +htmlcov +.venv
\ No newline at end of file |