From e02aa4e93966e423470c978bf664a419bca34249 Mon Sep 17 00:00:00 2001 From: Charles OuGuo Date: Sun, 21 Jul 2024 04:01:39 -0400 Subject: [PATCH] Add pyrightconfig.json --- pyrightconfig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pyrightconfig.json diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 00000000..9134cae6 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,13 @@ +{ + "exclude": [ + "**/node_modules", + "**/__pycache__", + "**/postgres-data", + "bazel-bin", + "bazel-out", + "bazel-monorepo", + "bazel-rules", + "bazel-testlogs", + ".aspect/" + ] +}