# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Mypy / type checkers
.mypy_cache/
.dmypy.json
.pytype/

# Tools
.ruff_cache/

# Local logs (validation harness output, etc.) — never committed
logs/

# Smarter-MCP runtime artifacts (extraction cache, LLM description cache)
.smarter-mcp/
.claude/settings.json
pending.md
docs/introducing_smarter_mcp_2.md
docs/introducing_smarter_mcp.md
docs/introducing_smarter_mcp_3.md
docs/user_guide.md
docs/superpowers/
docs/reviews
docs/memory/
tests/
