Update gitignore

Add `.pytype/` and `cython_debug/`.
This commit is contained in:
muzing 2022-07-08 03:30:13 +08:00
parent e60e90890c
commit 21b770809d

6
.gitignore vendored
View File

@ -131,5 +131,11 @@ dmypy.json
# PyCharm IDE
.idea/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# Visual Studio Code Editor
.vscode/