home: git: fix Python env ignore

This commit is contained in:
Bruno BELANYI 2026-02-20 14:12:19 +00:00
parent 52037a8165
commit 8d1a315701

View file

@ -5,7 +5,7 @@
*.out
# Python files
env/
.venv/
__pycache__/
*.py[cod]
.mypy_cache/