# Deno / npm compat
node_modules/

# build output
dist/
.vite/
*.tsbuildinfo

# backend runtime (local SQLite store + env)
# /data/ is the dev store when the backend is run from the workspace root
# (db.ts default DB_PATH=./data/stars.db); backend/data/ covers a backend-cwd run.
# Root-anchored so tangled/data/ (tracked seeds + trending.json) is unaffected.
/data/
backend/data/
.env
.env*.local

# editor / OS
.vscode/
.DS_Store

# deno.lock is committed on purpose — do not ignore it.
# .jj/ is excluded by jj itself (colocated repo) — no entry needed.
