diff --git a/.dockerignore b/.dockerignore index af86a23..3588391 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,5 +4,6 @@ __pycache__ .pytest_cache .mypy_cache .ruff_cache -tests *.pyc +tests +VERIFICATION.md