aboutsummaryrefslogtreecommitdiffstats
path: root/api/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to 'api/.dockerignore')
-rw-r--r--api/.dockerignore8
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