home: git: fix Python env ignore

This commit is contained in:
Bruno BELANYI 2026-02-20 14:12:19 +00:00
parent ced764f1e3
commit 9a177a9cc8

View file

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