/bin/
dist/
*.test

# Python build and test artefacts (sdk/python). uv.lock IS tracked —
# it is the SDK's reproducibility, same argument as mise.toml's pins.
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
*.egg-info/
.DS_Store

# Claude Code runtime/session state — never project config like
# .claude/skills/, which IS tracked.
.claude/scheduled_tasks.lock
