# SDK build / cache artifacts (per-language gitignores extend this).
**/__pycache__/
**/.mypy_cache/
**/.ruff_cache/
**/.pytest_cache/
**/.vitest/
python/dist/
python/build/
python/*.egg-info/
typescript/node_modules/
typescript/dist/
typescript/*.tgz

# Builder/verifier handoff artifacts (private to the orchestration flow).
**/.builder_report.md
