diff --git a/Python.gitignore b/Python.gitignore index b3ec7d5e13..3fb8b25561 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/