From bca2174f7191b097eda85a787b8777aeeb652d48 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 1 Jun 2026 15:39:40 -0500 Subject: [PATCH] chore: ignore .omo/ directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cd593324..09edf7a7 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,6 @@ Thumbs.db # Python bytecode caches (scripts/ has helper Python tools) __pycache__/ *.pyc + +# OpenCode continuation tracking (per-session state, not project files) +/.omo/