# 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 threaded custom module (from wasm/matmul.c + emsdk, like wasm/dist).
# The BLIS modules in public/matmul/ (matmul_blis_*) ARE committed — they link
# prebuilt .a files CI can't rebuild — so don't ignore the whole dir.
public/matmul/matmul_mt.js
public/matmul/matmul_mt.wasm

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