From 7f857fdd6890263122d9ef856d8f193225d74a84 Mon Sep 17 00:00:00 2001 From: Jonathan Teran Carballo Date: Wed, 26 Nov 2025 23:34:39 -0300 Subject: [PATCH] bugfix: ignorar carpetas generadas en build de lsp --- pyrightconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyrightconfig.json diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..a313df6 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,6 @@ +{ + "exclude": [ + "build", + "**/*.egg-info" + ] +}