38 lines
432 B
Plaintext
38 lines
432 B
Plaintext
node_modules
|
|
.next
|
|
out
|
|
dist
|
|
coverage
|
|
*.lcov
|
|
test-results
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
evaluation-results
|
|
provider-debug-results
|
|
tests-results
|
|
.playwright-mcp/
|
|
.evidence-temp/
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Environment files with secrets (never bake into image)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Documentation / handoff (not needed for build)
|
|
docs
|
|
*.md
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|