diff --git a/.gitignore b/.gitignore index 9e30144f3b..376bdbd535 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,5 @@ requirements.txt /.gitconfig /actions-runner /cmd_output.txt +node_modules/ uv.lock diff --git a/pyproject.toml b/pyproject.toml index 2a510fe0ea..f094430c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,6 +137,7 @@ testpaths = ["tests"] ignore-paths = [ "^build/", "^docs/", + "^node_modules/", ] persistent = false py-version = "3.12"