增加忽略项目

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

9
.gitignore vendored
View File

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