Initial commit: LogHive centralized log management system

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
v6ole
2026-05-09 14:55:14 +08:00
commit abfd07331e
54 changed files with 3816 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
# Environment
.env
# Node / Frontend
node_modules/
frontend/dist/
# IDE
.idea/
.vscode/
*.swp
# Docker
docker-compose.override.yml
# OS
.DS_Store
Thumbs.db