node_modules/
dist/
.turbo/
.data/
*.log
.env
.env.local
# WASM artifacts: public/wasm is a symlink to the synced artifact dir
# (tests/apps/kicad), created on `dev` — never committed.
**/public/wasm
**/public/wasm/
# Demo gallery: public/content symlinks the locally-built example gallery and
# .demo-cdn holds its generated bytes — both created by scripts/deploy/dev-demo.mjs.
**/public/content
**/standalone/.demo-cdn/
# 3D models: public/models-cdn symlinks a local publish-models layout, created
# by scripts/deploy/dev-demo.mjs --models-local — never committed.
**/public/models-cdn
# Libraries: public/libs-cdn symlinks a local publish-libs layout (dev-demo.mjs
# --libs-local) and .libs-cdn holds its generated bytes — never committed.
**/public/libs-cdn
**/standalone/.libs-cdn/
