Files
playbook/brooks-lint/.gitignore
T
2026-08-12 08:38:22 +08:00

40 lines
807 B
Plaintext

__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/