From a7f4499644783d7a5c77ca65f729798da789dbb2 Mon Sep 17 00:00:00 2001 From: Joe Antonakakis Date: Fri, 14 Feb 2020 05:28:07 -0800 Subject: [PATCH] Add venv to .gitignore (#101) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b87ee20..7186cd5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ parso.egg-info/ /.cache/ /.pytest_cache test/fuzz-redo.pickle +/venv/