From 2c13e3fb8c78442a1efc33a0cf4ae5543729847c Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 24 Mar 2024 22:27:47 +0100 Subject: [PATCH] Adding venv --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 128f8cb..583ac87 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ tags # .nfs files are created when an open file is removed but is still being accessed .nfs* +# venv +python/ +venv/