node_modules/
dist/
**/dist/
.publish/
**/.wirefw/
coverage/
bun.lock
bun.lockb
*.log

# Generated code (queries.gen.ts, routes.gen.ts, etc.)
**/*.gen.ts

# Bundled .wire compiler for the VS Code extension (generated)
editors/vscode/src/compiler.cjs
*.svg
**/.vscodeignore

# Local focused typecheck helpers (never part of a release)
focus-shims.d.ts
**/focus-shims.d.ts
tsconfig.focus.json
**/tsconfig.focus.json
