增加忽略项目

This commit is contained in:
martin 2026-01-27 11:54:08 +08:00
parent 929c670add
commit 0ce543572b

11
.gitignore vendored
View File

@ -27,4 +27,13 @@ __pycache__/
misc.xml
profiles_settings.xml
Project_Default.xml
*test*.py
*test*.py
# 忽略 Python 缓存文件
__pycache__/
*.pyc
*.pyo
*.pyd
*.mo
*.so