home: git: fix Python env ignore

This commit is contained in:
Bruno BELANYI 2026-02-20 14:12:19 +00:00
parent cab4e43a86
commit 6abb6e3704

View file

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