__pycache__/ *.py[cod] *$py.class *.egg-info/ dist/ build/ .eggs/ *.egg .venv/ venv/ env/ .env .mypy_cache/ .pytest_cache/ .tox/ *.log .DS_Store Thumbs.db *.skill # Browser automation artifacts .playwright-mcp/ # Local planning docs. Note the split: 14 plan/spec files predate this rule and # stay tracked as design history, so they DO ship with every clone — this rule # only keeps newer ones local. The tracked ones sit inside the GitHub Pages root, # so docs/robots.txt keeps them out of search results. docs/superpowers/ # Maintainer-local Claude Code config (hooks, permissions) .claude/settings.local.json # brooks-harness orchestrator run notes (runtime artifacts, not the plugin) _workspace/ # Maintainer-local CLI tooling artifacts (not part of the plugin) .agents/ .antigravitycli/ .codex/