# Secrets
.env

# Local Dolt data — issue data NEVER goes to GitHub
.dolt-data/

# Beads working copy / exports — no issue data on GitHub
.beads/
*.jsonl
backup/

# OS / tooling cruft
.DS_Store

# Python / bh build + tooling
.venv/
__pycache__/
*.egg-info/
dist/
build/
.ruff_cache/
.pytest_cache/

# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
.beads/proxieddb/

# bd agent-integration artifacts (regenerable via `bd setup`; local-only)
.agents/
.codex/

# .claude: only shared settings.json is tracked. Agents and skills are vended via the bh
# plugin (beadhive/claude-plugin) — no agent files or skills symlinks are committed here.
# Local overrides (.claude/agents/<seat>.md) remain untracked and outrank the plugin.
.claude/**/*.local.json
.claude/agents/
.claude/skills
AGENTS.md
CLAUDE.md

# bv (beads viewer) local config and caches
.bv/

# Planning-plane scratch: molecule specs (bh plan file) + design notes that feed epics
.planning/

# generated .mcp.json — churn here was retriggering the codebase-memory watcher
# into a reindex storm (index workers pinning CPU). .repowise/ is ignored globally.
.mcp.json
