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/