@@ -27,6 +27,7 @@ return {
settings = {
basedpyright = {
analysis = {
+ exclude = { "**/node_modules", "**/__pycache__", "**/build" },
typeCheckingMode = "off",
autoSearchPaths = true,
diagnosticMode = "openFilesOnly",