From 506cfa7df508058b0d46a3457130a9cd3a647ae8 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Tue, 10 Mar 2026 22:29:03 +0300 Subject: [PATCH] fix(.gitignore): add .omc to ignore list and ensure .ruff* is properly included --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cab2b3a1..fdaeadd1 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,6 @@ node_modules package-lock.json CLAUDE.md .claude* -.ruff* \ No newline at end of file +.ruff* + +.omc