diff --git a/pyrightconfig.json b/pyrightconfig.json index 2a83b9d7..f31da2ea 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -1,3 +1,3 @@ { - "exclude": ["**/test_*.py", "app/desktop/build/**", "app/web_ui/**"] -} \ No newline at end of file + "exclude": ["**/test_*.py", "app/desktop/build/**", "app/web_ui/**", "**/.venv"] +}