# Dependencies node_modules/ # Environment .env .env.local .env.*.local # Logs logs/ *.log npm-debug.log* # Build .next/ out/ build/ dist/ # System .DS_Store Thumbs.db # IDE .vscode/ .idea/ *.swp *.swo # Secrets - NEVER COMMIT *.pem *.key credentials.json secrets.json