# ── Release workflow helpers ────────────────────────────────────────────────── COMMIT.md PR.md RELEASE.md # ── Go build artifacts ──────────────────────────────────────────────────────── *.exe *.exe~ *.dll *.so *.dylib *.test *.out # ── Go workspace (local multi-module dev only) ──────────────────────────────── go.work go.work.sum # ── Dependency vendoring (not used in Einherjar modules) ───────────────────── vendor/ # ── Test & coverage output ──────────────────────────────────────────────────── coverage.html coverage.txt # ── OS artifacts ───────────────────────────────────────────────────────────── .DS_Store Thumbs.db # ── Editor artifacts ────────────────────────────────────────────────────────── .idea/ .vscode/ *.swp *.swo *~