From 1ee963ce2ee40b45d7cda865e854f4107a434c58 Mon Sep 17 00:00:00 2001 From: mamamiyear Date: Sun, 17 May 2026 11:23:21 +0800 Subject: [PATCH] chore: add .codex to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 64b9066..92259c6 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ htmlcov/ # IDE and editor files .idea/ .vscode/ +.codex/ *.swp *.swo