Add 'venv' to top gitignore, as standard name convention lsfor python venv's in this project

This commit is contained in:
Brandon Simmons 2019-11-14 11:41:41 -05:00
parent a1da8bcfdd
commit 9e0e42444b

3
.gitignore vendored
View File

@ -9,5 +9,8 @@ test-server-flags-output
.vscode
.idea
# Standardize on 'venv' as the name for python venv directories
venv
# Test artifacts
*.tix