From f25d094d0652e8dedff206ca56671b3548f755ff Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:37 +0100 Subject: Add a disposable Canonical desktop test VM --- pyrightconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'pyrightconfig.json') 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/**", -- cgit v1.3.1