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

# uv / venvs
.venv/
.python-version.local

# sheetwright build artifacts (per-project, but ignored at repo root too)
build/
.sheetwright/

# IDE / OS
.vscode/
.idea/
.DS_Store

# Claude artifacts
claude/plans/
claude/reviews/
claude/transcripts/
