# pnpm / node
node_modules/
.pnpm-store/

# Vite / SvelteKit
.svelte-kit/
build/
dist/

# Generated WASM bundle (built by `make wasm` from `ui/wasm/`). No longer
# committed: CI builds it (see `.gitea/actions/build-wasm`) and a local
# dev build runs `make -C ui wasm` once (see `ui/docs/wasm-toolchain.md`).
*.wasm
frontend/static/wasm_exec.js

# Wails desktop wrapper (Phase 31+)
desktop/build/
desktop/frontend/dist/

# Capacitor mobile wrappers (Phase 32+)
mobile/ios/
mobile/android/
mobile/dist/
mobile/node_modules/

# Playwright artifacts (Phase 2+)
test-results/
playwright-report/
playwright/.cache/

# Editor / OS noise
.DS_Store
*.log
