From 096430a6152210dea765d3051c0e8616da9141dd Mon Sep 17 00:00:00 2001 From: zv Date: Wed, 6 May 2026 18:38:10 +0200 Subject: [PATCH] fix(tempvoice): add .codex to .gitignore to prevent tracking of Codex artifacts --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 23c994d..f208096 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ Thumbs.db # Runtime artifacts *.log + +.codex \ No newline at end of file