diff --git a/.dockerignore b/.dockerignore index 00b9c7e..0253abd 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,3 @@ /build -__pycache__ -.pytest_cache +**/__pycache__ +**/.pytest_cache