From ffb1447209b22328caf8c8b43ccc587119dec724 Mon Sep 17 00:00:00 2001 From: Franzz Date: Mon, 14 Sep 2026 23:02:00 +0200 Subject: [PATCH] Restore .gitignore, and ignore the CI virtualenv The file had been deleted in the working tree, which is why __pycache__ started showing up as untracked. .venv-ci is the throwaway environment the deploy workflow builds inside the runner's checkout. Co-Authored-By: Claude Opus 5 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fa6cbd4..950c41d 100644 --- a/.gitignore +++ b/.gitignore @@ -142,6 +142,7 @@ __pycache__/ *.py[cod] .venv/ venv/ +.venv-ci/ # Learned HEOS group membership, written at runtime members.json