From 909e8535005ced22cdb4dfd5ba5df8cb685347e5 Mon Sep 17 00:00:00 2001 From: tamakyi Date: Mon, 7 Sep 2026 18:30:04 +0800 Subject: [PATCH] =?UTF-8?q?gitignore:=20=E5=BF=BD=E7=95=A5=20.workbuddy=20?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=95=B0=E6=8D=AE=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cb4e5b7..afe32e5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ __pycache__/ *.py[cod] +# WorkBuddy 项目数据(会话记忆等) +.workbuddy/ + # 运行时生成的状态/报告文件(含真实用户邮箱,不入库) broadcast_state.json broadcast_report.json