diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..0675dd786 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,19 @@ +.git* +__pycache__ +*.pyc +*.pyo +*.pyd +.Python +.tox +.venv +.coverage +.coverage.* +.cache +.mypy_cache +.pytest_cache +docs +test +static +vagrant +LICENSE +report.json