From e7df200f8cf0435ee64499035dec834e1a5ff807 Mon Sep 17 00:00:00 2001 From: Karl Date: Mon, 1 Sep 2025 13:22:17 +0100 Subject: [PATCH] add new venv to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aeb7675..535a374 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ test.py .vscode/launch.json favourites.json .vscode/launch.json +venv/* \ No newline at end of file