chore: add .omc to .gitignore

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Yechan Kim committed Mar 26, 2026 at 00:35 UTC c560e4f177eeccb8d169d7093d0167ed2e586137
1 file changed +3
.gitignore
+3
@@ -31,6 +31,9 @@ profile.cov
31 # env file
32 .env
33
34 +# oh-my-claudecode state
35 +.omc/
36 +
37 # Editor/IDE
38 # .idea/
39 # .vscode/