# VSCode config
.vscode/**
**/.vscode-test/**

# Lock file
pnpm-lock.yaml

# Build output
**/dist/*
**/lib/*
**/out/*
.rollup.cache/**
.tsc-cache-*.json
.frontend-build-cache.json

# Test data
packages/defaultAgentProvider/test/data
packages/defaultAgentProvider/test/repo
packages/defaultAgentProvider/data/**/*.json
packages/knowPro/test/data
packages/knowPro/test/data/**/*.json
packages/knowPro/test/data
packages/memory/conversation/test/data
examples/websiteAliases/data


# Test result
packages/shell/test-results/*
packages/shell/playwright-report/*

# Eval sources
packages/agents/spelunker/evals/eval-*/source

# Generated cache files
examples/websiteAliases/cache