# build trees (build/ = fast dev, build-asan/ = sanitizers)
build*/
.cache/
compile_commands.json

# orchestrator working files (briefs in, reports out)
prompts/
reports/

# machine/network specifics for the remote-build helpers (template is committed:
# packaging/remote.local.example). Never commit real hosts/IPs.
packaging/remote.local

# meson subprojects: keep wraps + our patch files, ignore downloaded sources
subprojects/*
!subprojects/*.wrap
!subprojects/packagefiles/

# local spike launcher (run-spike.sh)
/run-spike.sh

# captured unbox stderr from the rml-* run-spike modes (local debug log)
/unbox-rml.log
