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 WASM modules under public/matmul/ — the custom threaded kernel
19# (matmul_mt.*, from wasm/matmul.c) and the libFLAME/BLIS modules
20# (matmul_blis_*.*, linked against a sibling libflame2wasm checkout). Only the
21# hand-written worker.js in that dir is committed.
22public/matmul/matmul_*.js
23public/matmul/matmul_*.wasm
25# Editor directories and files
26.vscode/*
27!.vscode/extensions.json
28.idea
29.DS_Store
30*.suo
31*.ntvs*
32*.njsproj
33*.sln
34*.sw?