diff options
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..de4edc8 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,6 @@ +.tox +.*_cache +*.egg-info +Dockerfile +build +dist |