Restore .gitignore, and ignore the CI virtualenv
Deploy HEOS panel / deploy (push) Failing after 0s

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 <noreply@anthropic.com>
This commit is contained in:
2026-09-14 23:02:00 +02:00
co-authored by Claude Opus 5
parent 467cae4dd5
commit ffb1447209
+1
View File
@@ -142,6 +142,7 @@ __pycache__/
*.py[cod] *.py[cod]
.venv/ .venv/
venv/ venv/
.venv-ci/
# Learned HEOS group membership, written at runtime # Learned HEOS group membership, written at runtime
members.json members.json