# --- System Files ---
.DS_Store
Thumbs.db
*.swp
*.log

# --- Environment / Secrets ---
.env
.env.local
.env.*.local
*.env
infrastructure/postgres/data/*

# --- Go (Backend) ---
backend/bin/
backend/out/
backend/vendor/
backend/*.exe
backend/*.test
backend/debug

# --- Vue.js / Node (Frontend) ---
frontend/node_modules/
frontend/dist/
frontend/stats.html
frontend/.npm
frontend/.eslintcache
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*

# --- Docker ---
.docker/

# --- IDEs / Editors ---
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# --- Testing ---
tests/k6/results/.env

# --- Data ---
data/*