Add .pyright/ to Python.gitignore

This commit is contained in:
loulanyue 2026-08-24 08:58:40 +08:00
parent 57286c3887
commit aef98c58fb

View File

@ -180,6 +180,9 @@ dmypy.json
# pytype static type analyzer
.pytype/
# Pyright type checker
.pyright/
# Cython debug symbols
cython_debug/