# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/

# Test / coverage / lint caches
.coverage
htmlcov/
coverage.xml
.pytest_cache/
.ruff_cache/

# OS / editor
.DS_Store
*.swp
*~

# Local data / private fixtures
private/

# Internal design docs / planning artifacts (kept local, not published)
docs/

# Worktrees
.worktrees/

# GitNexus index (generated, large)
.gitnexus/

# AI tooling scaffolding (third-party skill plugins, lockfiles, local agent settings)
.agent/
.agents/
.junie/
.superpowers/
.claude/skills/
.claude/settings.local.json
skills-lock.json

# Audit screenshots — captured during UI/UX evaluation 2026-04-28; transient
.audit-screenshots/
.playwright-mcp/

# Snapshot diff artifacts — produced by --update-snapshots, transient
tests/web/snapshots/baseline/**/*.diff.png
