__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
*.db
*.sqlite
*.sqlite3
.env
.env.local
.DS_Store

# Lock file (contains index URLs from local environment)
uv.lock

# Internal design docs (contain org-specific context)
docs/superpowers/

# Detailed internal blocklist (committed config is .gitleaks.toml)
.gitleaks-internal.toml

# rp1:start
!.rp1/
.rp1/*
!.rp1/context/
!.rp1/context/**
!.rp1/config/
!.rp1/config/**
!.rp1/work/
!.rp1/work/**
.rp1/context/meta.json
.rp1/settings.toml
# rp1:end
