From aef98c58fb0d7813f2ff70bffcb22e72c2e09a9b Mon Sep 17 00:00:00 2001 From: loulanyue <260355617@qq.com> Date: Mon, 24 Aug 2026 08:58:40 +0800 Subject: [PATCH] Add .pyright/ to Python.gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index b3ec7d5e..3fb8b255 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -180,6 +180,9 @@ dmypy.json # pytype static type analyzer .pytype/ +# Pyright type checker +.pyright/ + # Cython debug symbols cython_debug/