From 3a1f40efe40b2348bacd351c0e1c7c6b6492731a Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Mon, 30 Dec 2019 23:47:01 +0100 Subject: [PATCH] Ignore virtual envs with specific names like .venv35 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 77f41503..e282a875 100644 --- a/.gitignore +++ b/.gitignore @@ -6,10 +6,14 @@ __pycache__/ .Python venv venv2 +venv27 venv3 +venv3[3-9] .venv .venv2 +.venv27 .venv3 +.venv3[3-9] env .env build/