From ffcfd8fe364cfc922a9f2455900bb35112507ae9 Mon Sep 17 00:00:00 2001 From: jmkd3v Date: Mon, 23 Aug 2021 00:34:49 -0300 Subject: [PATCH] =?UTF-8?q?Cool=20guy=20=F0=9F=98=8E=F0=9F=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3a992404..7a988136 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea/ __pycache__/ +venv/ *.pyc *.pyo *.bak @@ -15,3 +16,4 @@ other/ udocs/ build.* docsbuild.bat +*.egg-info