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>
44 lines
447 B
Plaintext
44 lines
447 B
Plaintext
# Binaries
|
|
/luminary
|
|
/luminary-recover
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
|
|
# Go
|
|
go.work
|
|
go.work.sum
|
|
*.out
|
|
coverage/
|
|
*.coverprofile
|
|
|
|
# Luminary runtime data
|
|
data/
|
|
/data/
|
|
*.db
|
|
|
|
# Docker local prebuilt
|
|
.docker-bin/
|
|
|
|
# Frontend build output (keep placeholder for go:embed in CI / go test)
|
|
web/dist/*
|
|
!web/dist/index.html
|
|
web/node_modules/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# IDE / editor
|
|
.idea/
|
|
.vscode/
|
|
.cursor/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|