diff options
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..0fdbb52 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,8 @@ +.git +.gitlab-ci.yml +__pycache__ +*.pyc +.env +tests +README.md +.ruff_cache |
