From 9bc4fa496ca06d21b347071078b0f12343481e07 Mon Sep 17 00:00:00 2001 From: Axel Gard <40772485+AxelGard@users.noreply.github.com> Date: Thu, 15 Sep 2022 21:16:38 +0200 Subject: [PATCH] Env gitignore (#78766) * added env to git ign aka the std name for py venv * added the github def py env ign --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index ad0d16a04ad..ce1aa7b2f5c 100644 --- a/.gitignore +++ b/.gitignore @@ -73,7 +73,16 @@ coverage.xml /test/cache/* # Development /test/develop +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ venv +env Vagrantfile .vagrant # Backwards compatibility with `stable-2.9` and earlier branches.