# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage

# Playwright
/playwright-report
/test-results
/blob-report

# next.js
/.next/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# env files (can opt-in for committing if needed)
.env*

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# electron build outputs
/dist-electron
/dist-app
/dist-mcp
/out

# native binaries (compiled artifacts — run npm run rebuild to regenerate)
/electron-native
/mcp-native
/pkg-native
/vitest-native

# build-time temp folder (created by scripts/electron-build.js during static export)
/src/app/_api_hidden

# generated at build time by scripts/generate-licenses.js
/src/generated

# local MCP config — machine-specific paths, not for version control
opencode.json
/remotion

# Cairn local workspace & test databases (when running Cairn or tests in this repository)
cairn.db
cairn.db-journal
cairn.db-shm
cairn.db-wal
.cairn-migrations.json
/attachments
/assets
*.db
*.db-journal
*.db-shm
*.db-wal

# test mock vaults
/tests/fixtures/obsidian-vault/
