# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Linting / formatting
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# agenthooks runtime
*.jsonl
~/.agenthooks/

# Internal tooling — not for public repo
docs/superpowers/
.remember/
.index/
