# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# built artifacts (regenerated by wasm/build-wasm.sh / native/build.sh)
wasm/dist
native/bench_native
# CI-built WASM modules under public/matmul/ — the custom threaded kernel
# (matmul_mt.*, from wasm/matmul.c) and the libFLAME/BLIS modules
# (matmul_blis_*.*, linked against a sibling libflame2wasm checkout). Only the
# hand-written worker.js in that dir is committed.
public/matmul/matmul_*.js
public/matmul/matmul_*.wasm

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
