# Pinned upstream clones for the external ports — build.sh re-fetches them.
external/*/.upstream/

# This checkout's submitter identity — each contributor mints their own (results.rs);
# only the resulting UUID travels, stamped onto committed rows.
.submitter.json

# Built external interop nodes — build.sh regenerates them against the pinned upstreams.
external/*/interop/*-node
external/*/interop/target/
external/*/interop/*.dwarf
external/*/interop/lib/

# dhat heap-profiling output (examples/dhat_*.rs); regenerated on demand.
dhat-heap.json
