# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Dependency directories
node_modules/
jspm_packages/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Output
*.js.map

# Obsidian workspace files
.obsidian/workspace.json
.obsidian/workspace-mobile.json

# macOS
.DS_Store
.AppleDouble
.LSOverride

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Build artifacts
dist/
build/
src/_generated/
plugin-source.json
office-bundle.js
pdfjs-bundle.js

# Environment variables
.env
.env.local
.env.*.local
.mcp.json

# VitePress cache (docs site)
docs/.vitepress/cache/

# Testing
coverage/
.nyc_output/

# Temporary files
tmp/
temp/
*.tmp

# Plugin data (runtime)
.obsidian-agent/

.claude
forked-kilocode/


# CodeQL
codeql-db/
*.sarif
codeql-results.*
