# Dependencies node_modules/ **/node_modules/ # Build outputs dist/ .next/ out/ build/ *.tsbuildinfo # Environment (secrets must never enter images) .env .env.local .env.*.local backend/.env # Git .git/ .gitignore # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Logs *.log logs/ # Test coverage/ .nyc_output/ # Cache .cache/ .turbo/ # Misc README.md