From 52c4efd5f51c52f32a28d6f8f78a1564574e0e99 Mon Sep 17 00:00:00 2001 From: c0de Date: Wed, 4 Oct 2023 16:29:27 -0500 Subject: [PATCH] Hide venv and compiled python --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d4e373c..7632ca6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.jar *.cap +*/.venv/* +*.pyc