From a7a3b7ce8b8254604b843fb4b3fe738fcddf8484 Mon Sep 17 00:00:00 2001 From: fallensigh Date: Sun, 23 Aug 2026 21:29:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20.gitignore=20?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E6=95=8F=E6=84=9F=E9=85=8D=E7=BD=AE=E4=B8=8E?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=B6=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30f919b --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# 环境配置(含账号密码/密钥,切勿提交) +.env +*.env +!.env.example + +# 运行时数据(会话缓存 + 历史记录) +data/ +*.db +*.json +!go.mod +!go.sum + +# 日志 +*.log + +# Python 缓存 +__pycache__/ +*.pyc + +# Go 编译产物 +electric-monitor +*.exe + +# 编辑器/系统 +.vscode/ +.idea/ +.DS_Store +Thumbs.db