From c5eeb8748861a68a4d9ba0e7afc8e58c25db72e2 Mon Sep 17 00:00:00 2001 From: martin <1486756632@qq.com> Date: Tue, 27 Jan 2026 14:13:37 +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 | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 9f32136..7de2bce 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,6 @@ node_modules/ config.local.json !config.example.json -# 忽略 IDE 文件 -.idea/ -*.iml # 忽略编译输出目录 dist/ @@ -23,7 +20,6 @@ test __pycache__/ -*.iml misc.xml profiles_settings.xml Project_Default.xml @@ -31,9 +27,21 @@ Project_Default.xml # 忽略 Python 缓存文件 -__pycache__/ -*.pyc *.pyo *.pyd *.mo -*.so \ No newline at end of file +*.so + + +uvmodule.log + + +# IDE +.idea/ +*.iml +.vscode/ + + +# Temp files +*.tmp +*.swp \ No newline at end of file