__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/

# Environment
.env
.env.*
.venv/
venv/
env/

# Claude Code
.claude/

# Generated reports
*-report.json

# Internal dev docs and working notes
docs/superpowers/
docs/status.md

# hatch-vcs generated
src/git_pulse/_version.py

# Local tooling and the HTML sources it renders. Neither is distributed;
# regenerate docs/images locally with scripts/capture_docs_images.py.
docs/mocks/
scripts/
