Add venv/ to .gitignore 24/88724/3
authorJamo Luhrsen <jluhrsen@gmail.com>
Thu, 26 Mar 2020 18:56:32 +0000 (11:56 -0700)
committerJamo Luhrsen <jluhrsen@gmail.com>
Mon, 27 Apr 2020 22:48:07 +0000 (15:48 -0700)
some IDE/environments commonly create virtual environments by default
at the base of the repo. We don't want to worry about those.

Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
Change-Id: I20e7c1a34404541265c6928182d987e5ae7d0065

.gitignore

index 6be3885ace80efc321f38df5f5eaea018f2e5302..9979a41fdea1fd809d59dc6d9296c718b5a44ad9 100644 (file)
@@ -29,4 +29,5 @@ products
 report.html
 repository
 target
+venv/
 workspace