This commit is contained in:
2026-01-03 14:16:16 -08:00
commit 1f0e678d47
71 changed files with 16127 additions and 0 deletions

49
.gitignore vendored Normal file
View File

@@ -0,0 +1,49 @@
# Dependencies
node_modules/
vendor/
# Build outputs
backend/bin/
backend/tmp/
frontend/.next/
frontend/out/
# Environment files
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
air.log
backend.log
frontend.log
# Process IDs
.backend.pid
.frontend.pid
# Cache
backend/data/
*.cache
# Test coverage
coverage/
*.coverage
# Docker
.docker/
# Kubernetes secrets (keep templates)
k8s/*-secrets.yaml
!k8s/*-secrets.yaml.example