diff --git a/.gitignore b/.gitignore index 9e30144f..376bdbd5 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 31ce8d0f..0a421335 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,6 +140,7 @@ testpaths = ["tests"] ignore-paths = [ "^build/", "^docs/", + "^node_modules/", ] persistent = false py-version = "3.12"