From 7a896e792be4bf33a1511dfc8ba03352f08c5bcb Mon Sep 17 00:00:00 2001 From: "Ferdinando M. Ametrano" Date: Mon, 17 Aug 2020 15:03:22 +0200 Subject: [PATCH] added gitignore directives for virtual environments virtual environments are routinely created in the root project (sub)folder(s) and should be ignored by Git --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 5d534bb44..843b1be04 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,12 @@ hwilib/ui/ui_*.py *.stderr *.stdout + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/