From d91006a247387cfd02619a6b494ef15e19033af7 Mon Sep 17 00:00:00 2001 From: Michael Teo Date: Sun, 30 May 2021 15:03:19 +0800 Subject: [PATCH] Update .gitignore on changes in venv paths --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 53e2d5c..4555035 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,8 @@ *~ # For virtualenvs in development -/python2/venv2 -/python3/venv3 +/venv2 +/venv3 # # From https://github.com/github/gitignore/blob/master/Python.gitignore