From 7ffa6b3ca35e0c346ab11a31f085540e3e1c1353 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Tue, 17 Mar 2026 15:24:38 +0800
Subject: [PATCH] 更新:每周周报任务增加学习事件部分

---
 .gitignore |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index f04d536..eaaadd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,11 +28,15 @@
 devices/
 subagents/
 identity/
-memory/
 feishu/
 cron/runs/
 completions/
 
+# 记忆管理
+memory/
+!*/memory/
+*/memory/ontology/
+
 # ============================================
 # 敏感信息(绝不能提交)
 # ============================================

--
Gitblit v1.9.1