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 <noreply@anthropic.com>
This commit is contained in:
Caelum
2026-02-06 00:27:45 +03:00
committed by GitHub
parent 821520a057
commit d6c088910b

5
.gitignore vendored
View File

@@ -71,3 +71,8 @@ USER.md
# local tooling
.serena/
# Agent credentials and memory (NEVER COMMIT)
memory/
.agent/*.json
!.agent/workflows/