diff options
Diffstat (limited to 'pyrightconfig.json')
| -rw-r--r-- | pyrightconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json index 7b59b39..54edcb6 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -2,6 +2,7 @@ "typeCheckingMode": "standard", "include": ["**/*.py"], "exclude": [ + "tmp/**", "**/.git/**", "**/.venv/**", "**/node_modules/**", |
