From 3ea2f0e30445dbdb967bc916c20c4fd8adfd0989 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sun, 25 May 2025 14:15:21 +0200 Subject: [PATCH] ignore more venvs --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 220a137..19bc9a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # python __pycache__ venv +venv* # vim *.swo