.installed-manifest.json
*.backup.*
*.pre-mb-backup.*
.DS_Store
.env
*.env
*.pem
*.key
*.secret
__pycache__/
*.pyc
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/

# Project-local memory bank (dogfood). Contains session-specific status, plans,
# and progress logs that are not part of the distributed skill — they live in
# /.memory-bank/ of every consumer project. Never ship them in the public skill repo.
/.memory-bank/

# Claude Code harness runtime (local CLI state — never part of the skill).
/.claude/

# Build artifacts
/dist/
/build/
*.egg-info/

# Cross-agent adapter output from dogfood / test installs in this repo
# (the skill writes these into any project where `/install` runs — when we
# dogfood, they end up at the repo root and shouldn't be tracked).
/.cursor/
/.windsurf/
/.clinerules/
/.kilocode/
/.codex/
/.opencode/
/.mb-agents-owners.json
/.mb-pi-manifest.json
/opencode.json
/AGENTS.md
