All checks were successful
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m30s
34 lines
332 B
Plaintext
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
|