From bc7c4fb75005b7ee4005b7bec617d2013ba0e058 Mon Sep 17 00:00:00 2001 From: Delun Gong Date: Wed, 26 Aug 2026 20:31:41 +0800 Subject: [PATCH] Ignore local OMO/Codex cache directory. Keep .omo/ out of git status; it is a machine-local tool cache, not project source. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7d51c66..caf590c 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,7 @@ paper/*.tex paper/manuscript_refinement_output/ _paper_demo/ + +# OMO/Codex local cache +.omo/ +