node_modules/
.wireit/
_site/
# nix build outputs
/result
/.direnv/
/target

.DS_Store
.zena/
.nix-env.rc

# Real-world WIT corpus for packages/wit-parser: third-party, fetched not
# vendored (pinned by packages/wit-parser/wit-corpus.json). Nix users get it
# via ZENA_WASI_WIT instead and never create this.
packages/wit-parser/.wit-corpus/
packages/wit-parser/.wit-corpus.tmp-*/


# benchmark results are per-machine artifacts, not repo content
benchmarks/*.results.json

# precompiled module caches for benchmark milestones
benchmarks/**/*.cwasm
