0a9bb53f80
CI / docker (push) Successful in 2m7s
OpenAI-compatible AI gateway with Vue admin UI, multi-provider egress, ingress key governance, monitoring, and security controls. Co-authored-by: Cursor <cursoragent@cursor.com>
35 lines
329 B
Plaintext
35 lines
329 B
Plaintext
# VCS / CI
|
|
.git
|
|
.gitignore
|
|
.gitea
|
|
|
|
# Docs (not needed in image)
|
|
*.md
|
|
web/docs
|
|
|
|
# Local runtime / secrets
|
|
data/
|
|
.env
|
|
.env.*
|
|
|
|
# Build artifacts
|
|
luminary
|
|
luminary-recover
|
|
.docker-bin/
|
|
*.db
|
|
*.test
|
|
coverage/
|
|
|
|
# Frontend (rebuilt in Dockerfile)
|
|
web/node_modules
|
|
web/dist
|
|
|
|
# IDE / editor
|
|
.idea
|
|
.vscode
|
|
.cursor
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|