From 8d1a31570120c36f85c9e7038630d2de70bfc1c5 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 d80996ea..a2da8f2f 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/