log-center/.gitignore
zyc 637c479818
All checks were successful
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m30s
feat: initial log center with k8s deployment
2026-01-30 11:49:47 +08:00

34 lines
332 B
Plaintext

# Dependencies
node_modules/
venv/
__pycache__/
*.pyc
*.pyo
# Environment
.env
.env.local
.env.*.local
# Build outputs
dist/
build/
*.egg-info/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# K8s secrets (never commit real secrets)
# k8s/secrets.yaml # Uncomment if you want to ignore secrets