From d6c088910b79413f8c43c456a3e7798efd189e19 Mon Sep 17 00:00:00 2001 From: Caelum Date: Fri, 6 Feb 2026 00:27:45 +0300 Subject: [PATCH] chore: add agent credentials to gitignore (#9874) Protect sensitive files from accidental commit: - memory/ (moltbook credentials, session data) - .agent/*.json (agent config, moltbook.json) Workflows in .agent/workflows/ remain tracked. Co-authored-by: Claude Opus 4.5 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 9dc547c9c6..09bf9c34ff 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,8 @@ USER.md # local tooling .serena/ + +# Agent credentials and memory (NEVER COMMIT) +memory/ +.agent/*.json +!.agent/workflows/