build(confidence-engine): add production container packaging
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
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
|
||||
Reference in New Issue
Block a user