diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..b461b8d7 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,14 @@ +.eggs/ +.git/ +.github/ +.idea/ +.mypy_cache/ +.pytest_cache/ +.tox/ +.venv/ + +*.egg-info/ +__pycache__/ +*.pyc +*.pyd +*.pyo