45 lines
562 B
Plaintext
45 lines
562 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Next.js build output
|
|
.next/
|
|
out/
|
|
dist/
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Test result output
|
|
*.lcov
|
|
test-results/
|
|
|
|
# Environment files with secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Ollama model files (if any local cache)
|
|
ollama-cache/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Debug / logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Generated evaluation artifacts (regenerated each run)
|
|
evaluation-results/
|
|
provider-debug-results/
|
|
tests-results/
|
|
|
|
# Local Playwright MCP runtime output
|
|
.playwright-mcp/
|