From 5332767024a0436b45c39da339ae855218e691cf Mon Sep 17 00:00:00 2001 From: loathingKernel <142770+loathingKernel@users.noreply.github.com> Date: Mon, 12 Sep 2022 15:28:16 +0300 Subject: [PATCH] gitignore: exclude anything starting with `venv` --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dbd7a529..23a6fe65 100644 --- a/.gitignore +++ b/.gitignore @@ -10,9 +10,7 @@ __pycache__ /deb_dist *.tar.gz /Rare.egg-info/ -/venv -/venv310/ -/venv311/ +/venv* /test.py /.eggs /appimage-builder-cache/