From c74ca5c842e39d3b0b65ec4e9e08afa9c6d81956 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 20 Feb 2026 14:12:19 +0000 Subject: [PATCH] home: git: fix Python env ignore --- modules/home/git/default.ignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/git/default.ignore b/modules/home/git/default.ignore index d80996e..a2da8f2 100644 --- a/modules/home/git/default.ignore +++ b/modules/home/git/default.ignore @@ -5,7 +5,7 @@ *.out # Python files -env/ +.venv/ __pycache__/ *.py[cod] .mypy_cache/