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

# uv
.uv/

# Editors / OS
.DS_Store
*.swp
.idea/
.vscode/

# Local artifacts
*.orig
*.patched
content*.js
claude-*.bin
.opencode/

# Build journal, not documentation (see docs/PLAYBOOK.md for the shipped "why")
CODEX-PLAN.md
