# Credentials (NEVER commit) CLUSTER-CREDENTIALS.md *.pem *.key id_rsa* *.env .env.local # Cluster config .kube/ # OS .DS_Store Thumbs.db # IDEs .vscode/ .idea/ *.swp *.swo *~ # Logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Temp tmp/ temp/ *.tmp # Backend (already has own .gitignore) backend/node_modules/ backend/dist/ backend/bun.lock # Frontend (when created) frontend/node_modules/ frontend/dist/ frontend/build/