From 543e698db81dae04122f24f90abef17c28f9f68a Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Tue, 10 Oct 2023 12:22:21 -0500 Subject: [PATCH] Ignore virtual environment --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ba48672..a3a987c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ nodeslist *.tar.zst pkg/ src/ +venv/ **/__pycache__