feat: Implement health checks, rate limiting, and security headers for services, update Node.js versions, and add Prettier configuration for frontend.

This commit is contained in:
2026-03-12 17:09:05 -03:00
parent 5e3db5f2a2
commit f9f1238310
21 changed files with 966 additions and 109 deletions
+16 -31
View File
@@ -1,45 +1,30 @@
# Build Artifacts
# Build artifacts
target/
**/target/
node_modules/
**/node_modules/
# Frontend build outputs
.next/
**/ .next/
dist/
**/dist/
build/
# Virtual Environments
venv/
**/venv/
.venv/
**/.venv/
env/
**/env/
__pycache__/
**/__pycache__/
# Environments and Secrets
# Development files
.env
**/.env
.env.local
.env.*.local
*.log
# Git and OS
# Git and IDE
.git/
.gitignore
.dockerignore
**/.DS_Store
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Storage and Data
uploads/
**/uploads/
storage/
volumes/
postgres_data/
# Huge binary files/libraries
*.so
*.dll
*.dylib
*.exe
# Test results
coverage/
e2e/playwright-report/
e2e/test-results/