mirror of
https://github.com/muziing/PySide6-Code-Tutorial.git
synced 2025-01-30 14:22:53 +08:00
Update gitignore
Add `.pytype/` and `cython_debug/`.
This commit is contained in:
parent
e60e90890c
commit
21b770809d
6
.gitignore
vendored
6
.gitignore
vendored
@ -131,5 +131,11 @@ dmypy.json
|
|||||||
# PyCharm IDE
|
# PyCharm IDE
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
# pytype static type analyzer
|
||||||
|
.pytype/
|
||||||
|
|
||||||
|
# Cython debug symbols
|
||||||
|
cython_debug/
|
||||||
|
|
||||||
# Visual Studio Code Editor
|
# Visual Studio Code Editor
|
||||||
.vscode/
|
.vscode/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user