From 06689970e21809e4f62a850b8a77097359e70471 Mon Sep 17 00:00:00 2001 From: SunYF <123@hard_man.com> Date: Mon, 7 Sep 2026 16:03:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20.gitignore=20=E5=A2=9E=E5=8A=A0=20AI?= =?UTF-8?q?=20=E5=B7=A5=E5=85=B7=E4=BA=A7=E7=89=A9=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E8=A7=84=E5=88=99?= 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 6545b35..8dccea8 100644 --- a/.gitignore +++ b/.gitignore @@ -67,4 +67,13 @@ debug/ # 各工程编译产物(避免误提交) **/bin/ -**/temp/ \ No newline at end of file +**/temp/ +# AI 辅助开发工具产物(不入库;文件已移至仓库外 D:/hardman/bj_power_dev/) +/e2e_*.py +/shots_capture.py +/build_pdf.py +/demo_seed.py +/shots/ +/e2e_tmp/ +/__pycache__/ +/shots_capture.log