# Dependencies
node_modules/

# Build output
dist/
build/
coverage/
*.tsbuildinfo

# Test and tool caches
.cache/
.vitest/
.nyc_output/

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

# Environment and local overrides
.env
.env.*
*.local

# Editor and OS files
.idea/
.vscode/
.DS_Store
Thumbs.db
*.swp
*.swo
*.swn
.hermes/
.lean-ctx/graph.db
.lean-ctx/graph.meta.json

# Manual workflow eval run artifacts
workflow-eval-framwork/runs/*
!workflow-eval-framwork/runs/.gitkeep
