diff --git a/.dockerignore b/.dockerignore index fe9c3334..b98b774b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -24,13 +24,15 @@ data .cache .circleci .git -.vscode .iml -.idea db.sqlite3 -.mypy_cache .pylint.d -.pytest_cache + +**/.idea +**/.vscode +**/.pytest_cache +**/.mypy_cache +**/.ruff_cache # Frontend -node_modules +**/node_modules