/target/
/.direnv/
/.dioxus/
.env
.env.*
!.envrc
!.polytoken
.playwright-mcp
node_modules/
.polytoken/permissions.local.yaml
/e2e/test-results/**
/e2e/playwright-report/**
/docs/**
.scratch
# Generated by build.rs from POLYMODEL_* env vars (WASM bundle config).
/src/env.rs
# Generated renderer worker artifacts (built by `just build-renderer-worker`).
# The loader JS is hand-authored and committed; the .js and .wasm are generated.
/public/renderer_worker.js
/public/renderer_worker_bg.wasm
# Locally-copied/generated OpenCascade.js artifacts are measured, not committed.
# The committed worker harness documents expected filenames.
/public/vendor/opencascade/
/tools/renderer-step/build/
**.log
# Local databases (SQLite projection + Hydrant fjall store).
/data/
/hydrant.db/
rustc-ice-*.txt
# Impeccable design detector scratch (ignore lists, design sidecar, critique snapshots).
.impeccable/
**.png
!/public/models/box_textured.png
!.cargo/
!.cargo/config.toml
