From 054af67230e6fb59d1c75c23afec8b6ab010a2eb Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Sun, 28 Jun 2026 23:58:50 -0300 Subject: [PATCH] chore: ignore __pycache__ Keeps the codex-openai-proxy bytecode cache out of the tree. Assisted-by: pi (claude-opus-4-8) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bd973930..2c8c5fae 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ result* *.qcow2 .nixie +__pycache__/