From 9e0e42444b1dc97404c81b85d778c4f22476309e Mon Sep 17 00:00:00 2001 From: Brandon Simmons Date: Thu, 14 Nov 2019 11:41:41 -0500 Subject: [PATCH] Add 'venv' to top gitignore, as standard name convention lsfor python venv's in this project --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index df0feb75c36..0f1abbc6abd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,8 @@ test-server-flags-output .vscode .idea +# Standardize on 'venv' as the name for python venv directories +venv + # Test artifacts *.tix