# macOS
.DS_Store

# Secrets
.env
.mcp.json

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.mcpb
.venv/
venv/
env/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Git worktrees
.worktrees/

# Subagent-driven-development scratch (progress ledger, task briefs/reports)
.superpowers/

# Local Claude Code state (settings.local.json, scheduled-task locks).
# Keep the trailing slash: .claude-plugin/ holds tracked, shipped plugin
# metadata and must stay visible to Git.
.claude/

# Local design/planning and operational notes (not shipped)
docs/superpowers/
docs/launch-registries.md
docs/release-notes-v1.8.0-project-status-artifact.md

/mcp-registry-fork/
