From 0ce543572bdfe8929d4c888a563cd43a2c4e88f2 Mon Sep 17 00:00:00 2001 From: martin <1486756632@qq.com> Date: Tue, 27 Jan 2026 11:54:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BF=BD=E7=95=A5=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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