diff --git a/.dockerignore b/.dockerignore index 2c26d13..5587f2e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,8 @@ -src/web/static/* -.venv +.git .githooks +.mypy_cache +.pytest_cache +.venv .vscode -node_modules \ No newline at end of file +node_modules +src/web/static/* \ No newline at end of file