From 29aaac0294080d018eab4d127ae2ad2d1334c55b Mon Sep 17 00:00:00 2001 From: Sergey Tereschenko Date: Tue, 16 Apr 2019 23:33:51 +0300 Subject: [PATCH] add venv to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3eb3155..a7f0c29 100644 --- a/.gitignore +++ b/.gitignore @@ -22,9 +22,10 @@ MANIFEST # Installer logs pip-log.txt -# Development pipfiles +# Development pipfiles and venv Pipfile Pipfile.lock +.venv # Unit test / coverage reports .coverage