From db287734069e093ff1c69ba4e80d370824a420a3 Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Sat, 14 Feb 2026 11:39:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.gitignore=20-=20?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E6=B5=8B=E8=AF=95=E5=92=8C=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 默认不提交: - test_*.py, *_test.py - diagnose_*.py, cleanup_*.py, restore_*.py - 其他工具脚本 (*_tool.py, *_helper.py) 除非明确要求提交 Co-Authored-By: Claude Opus 4.6 --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index ce3f08c..1c25051 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,12 @@ captures/ *报告*.md *修复*.sh *patch*.py + +# Test and utility scripts - DO NOT COMMIT unless explicitly requested +test_*.py +*_test.py +diagnose_*.py +cleanup_*.py +restore_*.py +*_tool.py +*_helper.py