From 2cd6d9dc6fcd7fd3713bff83b1baa4a163d5436a Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 5 Feb 2020 16:01:31 -0300 Subject: [PATCH] Ignore .venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8e44f26..11d23df 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,4 @@ dmypy.json # End of https://www.gitignore.io/api/python,visualstudiocode test_data/ +.venv/