bimr-web/.gitignore
2026-08-31 10:49:15 +02:00

17 lines
461 B
Text

node_modules/
dist/
src/wasm/
test-results/
.claude/
.opencode/
*.ifc
*.ifcx
docs/book
# Generated viewer bundle — source is bimr-viewer-ifcx/src/viewer/render.ts
# Rebuild with: make sync-viewer (bundled by Vite — no runtime CDN)
src/viewer.render.mjs
# Downloaded MicroPython WASM runtime — fetch with: make download-mp
public/mp/
# Generated samples — source is bimr-engine-white/samples/python/
# Rebuild with: make sync-samples
public/samples/*.py