1# Logs
2logs
3*.log
4npm-debug.log*
5yarn-debug.log*
6yarn-error.log*
7pnpm-debug.log*
8lerna-debug.log*
10node_modules
11dist
12dist-ssr
13*.local
15# built artifacts (regenerated by wasm/build-wasm.sh / native/build.sh)
16wasm/dist
17native/bench_native
18# CI-built threaded custom module (from wasm/matmul.c + emsdk, like wasm/dist).
19# The BLIS modules in public/matmul/ (matmul_blis_*) ARE committed — they link
20# prebuilt .a files CI can't rebuild — so don't ignore the whole dir.
21public/matmul/matmul_mt.js
22public/matmul/matmul_mt.wasm
24# Editor directories and files
25.vscode/*
26!.vscode/extensions.json
27.idea
28.DS_Store
29*.suo
30*.ntvs*
31*.njsproj
32*.sln
33*.sw?