/.claude/settings.local.json
/.idea/
__pycache__/
.agent-config/

# Python package build artifacts
packages/pypi/dist/
packages/pypi/build/
packages/pypi/*.egg-info/
packages/pypi/**/*.egg-info/

# npm package build artifacts
packages/npm/node_modules/
packages/npm/*.tgz

# MkDocs build output
site/

# Per-session planning / review scratch. These accumulate over time; the
# wildcards keep the committed tree clean without needing per-file edits.
PLAN-*.md
CodexReview.md
Review-*.md

# Local-only archive of shipped planning docs and review logs. Move old
# PLAN-*.md / Review-*.md here at release time to declutter the root.
/archive/
