__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
