From 1794654c394b9c4bc3f6f5bd19ed5b13bbee9f77 Mon Sep 17 00:00:00 2001 From: Andrey Epifancev Date: Thu, 10 Sep 2026 18:21:14 +0400 Subject: [PATCH] Ignore beads and agent tooling artifacts bd init writes AGENTS.md and .beads/ into the working tree; these are local agent tooling, not part of the service. Co-Authored-By: Claude Opus 5 (1M context) --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 0bf5fac..bfeb64d 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,15 @@ htmlcov/ CLAUDE.md CLAUDE.local.md .claude/ + +# Beads / Dolt files (added by bd init) +.dolt/ +*.db +.beads-credential-key + +# Beads / agent tooling (local only, not tracked) +AGENTS.md +.beads/ +.dolt/ +*.db +.beads-credential-key