# Repo-specific .junk/ # OS files .DS_Store Thumbs.db # IDE/editor .vscode/ .idea/ *.swp *.swo *.swn *.swm *~ # Env / secrets .env .env.* !.env.example !**/.env.prod.example # Node / frontend frontend/node_modules/ frontend/.yarn/ frontend/dist/ frontend/**/dist/ frontend/build/ frontend/.cache/ frontend/.vite/ frontend/.turbo/ frontend/.eslintcache package-lock.json npm-shrinkwrap.json npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Go / backend **/*.test **/*.out **/coverage* **/profile.out **/cpu.out **/mem.out # Go workspace caches (optional, safe) **/.cache/ # CI/CD artifacts reports/