- build-wasm.sh emits to manifold/public/ (transitional copy to playground/public/ until P1 retires the playground) - parity-check.sh + parity_wasm.mjs read the manifold artifact - fix stale MLP<2,...> arity in AGENT-REFERENCE.md + nisps/wasm/README.md - gitignore .claude/worktrees/ - plan one-core-engine-refactor.md: P0 marked landed Gate: run-all-tests green; parity PASS from manifold artifact (2.4e-7); manifold builds against freshly-built nisps.wasm.
55 lines
710 B
Text
55 lines
710 B
Text
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
# Exception: Faust shared library files (text source, .lib extension by
|
|
# Faust convention) should be tracked.
|
|
!playground/faust/*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
.ai
|
|
build
|
|
|
|
# OSC bridge compiled binaries (built via compile.sh or CI)
|
|
playground/osc-bridge/dist/
|
|
playground/osc-bridge/node_modules/
|
|
|
|
# Dolt database files (added by bd init)
|
|
.dolt/
|
|
*.db
|
|
|
|
# Node / Playwright
|
|
node_modules/
|
|
bun.lock
|
|
playwright-report/
|
|
test-results/
|
|
|
|
# Agent worktrees
|
|
.claude/worktrees/
|