diff --git a/.dockerignore b/.dockerignore index 3e2c7d2..0fd04a9 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,9 +1,11 @@ .git +.github .venv __pycache__ .pytest_cache .mypy_cache .ruff_cache tests +docs *.pyc .env