# ======================== # Go # ======================== *.exe *.exe~ *.dll *.so *.dylib *.test *.out *.prof coverage.out coverage.html bin/ vendor/ # ======================== # Node / Frontend # ======================== node_modules/ dist/ build/ .cache/ coverage/ *.tsbuildinfo .eslintcache # ======================== # Frontend build artifacts # ======================== .microcompact/ .meoo/ outputs/ test-results/ playwright-report/ # ======================== # Environment & Secrets # ======================== .env .env.local .env.*.local !.env.example !.env.production # K8s secrets (real values) k8s/01-secrets.yaml # ======================== # IDE & Editor # ======================== .vscode/ .idea/ *.swp *.swo *~ .project .classpath # ======================== # OS # ======================== .DS_Store Thumbs.db *.log *.tmp *.bak # ======================== # Docker # ======================== docker-compose.override.yml # ======================== # Planning / task tracking # ======================== .todo/ .plan/ .claude/