From 685120b17da8311970e3eb18c02688c2a446a32a Mon Sep 17 00:00:00 2001 From: David Lynch Date: Thu, 31 Oct 2019 00:43:23 -0500 Subject: [PATCH] Add .venv to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 55fa808..fd1c91c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ leech.sqlite leech.cookies leech.json venv/ +.venv # Byte-compiled / optimized / DLL files __pycache__/