atproto Thingiverse but good
0

Configure Feed

Select the types of activity you want to include in your feed.

polymodel / .gitignore
966 B 35 lines
1/target/ 2/.direnv/ 3/.dioxus/ 4.env 5.env.* 6!.envrc 7!.polytoken 8.playwright-mcp 9node_modules/ 10.polytoken/permissions.local.yaml 11/e2e/test-results/** 12/e2e/playwright-report/** 13/docs/** 14.scratch 15# Generated by build.rs from POLYMODEL_* env vars (WASM bundle config). 16/src/env.rs 17# Generated renderer worker artifacts (built by `just build-renderer-worker`). 18# The loader JS is hand-authored and committed; the .js and .wasm are generated. 19/public/renderer_worker.js 20/public/renderer_worker_bg.wasm 21# Locally-copied/generated OpenCascade.js artifacts are measured, not committed. 22# The committed worker harness documents expected filenames. 23/public/vendor/opencascade/ 24/tools/renderer-step/build/ 25**.log 26# Local databases (SQLite projection + Hydrant fjall store). 27/data/ 28/hydrant.db/ 29rustc-ice-*.txt 30# Impeccable design detector scratch (ignore lists, design sidecar, critique snapshots). 31.impeccable/ 32**.png 33!/public/models/box_textured.png 34!.cargo/ 35!.cargo/config.toml