From 346eb2f144023b2f56e9e32a0042d7c00c58e1cc Mon Sep 17 00:00:00 2001 From: dtoro Date: Sun, 12 Jul 2026 12:40:55 +0200 Subject: [PATCH] chore: gitignore compiled binaries at root --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7d3fe81..bc6932d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ oikos/state.json bin/oikos bin/nomos oikos/oikos +oikos +webhook # Legacy Python oikos (superseded by cmd/oikos Go binary — Phase 1-6 rewrite). # oikos/ kernel files are still imported by bin/homelab for operational CLI