From 6d7d831af3da245ef93d2eae2110330df3f2501b Mon Sep 17 00:00:00 2001 From: NAND Date: Wed, 12 Apr 2023 12:27:38 +0200 Subject: [PATCH] Add `pyrightconfig.json` to python gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..cb846305 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -158,3 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Pyright settings +pyrightconfig.json