diff --git a/.gitignore b/.gitignore index c794520..9f32136 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,13 @@ __pycache__/ misc.xml profiles_settings.xml Project_Default.xml -*test*.py \ No newline at end of file +*test*.py + + +# 忽略 Python 缓存文件 +__pycache__/ +*.pyc +*.pyo +*.pyd +*.mo +*.so \ No newline at end of file