home: git: fix Python env ignore

This commit is contained in:
Bruno BELANYI 2026-02-20 14:12:19 +00:00
parent c1b25265c7
commit c74ca5c842

View file

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