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) <noreply@anthropic.com>
This commit is contained in:
Andrey Epifancev 2026-09-10 18:21:14 +04:00
parent addcfd21f1
commit 1794654c39

12
.gitignore vendored
View File

@ -38,3 +38,15 @@ htmlcov/
CLAUDE.md CLAUDE.md
CLAUDE.local.md CLAUDE.local.md
.claude/ .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