From ac59280ee2b27092eabf5baea7a4b8c45c0f14c9 Mon Sep 17 00:00:00 2001 From: Steve Groesz Date: Fri, 25 Jul 2025 20:22:54 -0500 Subject: [PATCH] add venv --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7b665f7..93dec39 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__ *.egg-info *.bak2 runtime* -*.AppImage \ No newline at end of file +*.AppImage +.venv