diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..7426579 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,9 @@ +.git +.github +.venv +__pycache__ +.pytest_cache +.mypy_cache +.ruff_cache +tests +*.egg-info