.DS_Store

# build artifacts from `make build`
build/

# a root-level `sx build -o dist` convenience binary
/dist

# scratch store roots / fixtures created by tests (never /tmp)
.sx-tmp/

# the long-running LAN demo store served by `make lan`
.lan/

# sx compiler caches (object cache for #import c units etc.)
.sx-cache/
