689db5ab33
Beeline - Open-source LLM observability and control platform Features: - Real-time agent monitoring dashboard - LLM metrics and analytics (TimescaleDB) - Cost tracking and budget controls - WebSocket event streaming - MCP (Model Context Protocol) server Apache 2.0 License
36 lines
281 B
Plaintext
36 lines
281 B
Plaintext
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Documentation
|
|
*.md
|
|
docs/
|
|
LICENSE
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Dependencies (rebuilt in container)
|
|
node_modules/
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
coverage/
|
|
|
|
# Environment files
|
|
.env*
|
|
config.yaml
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# GitHub
|
|
.github/
|