diff options
-rw-r--r-- | .dockerignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 1d17dae13..c0621e94b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,9 @@ .venv +scripts +htmlcov +__pycache__ +.vagrant +.pytest_cache +.github +.cache +Vagrantfile |