From 4f88eaa7219f04ef7c5091fafe5c3b55eb370bd4 Mon Sep 17 00:00:00 2001 From: Sanson Thomas Date: Sat, 10 Jun 2023 09:55:10 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8D=20chore(.gitignore):=20add=20.venv?= =?UTF-8?q?=20to=20ignore=20list=20This=20commit=20adds=20.venv=20to=20the?= =?UTF-8?q?=20ignore=20list=20to=20prevent=20it=20from=20being=20tracked?= =?UTF-8?q?=20by=20git.=20This=20is=20important=20because=20virtual=20envi?= =?UTF-8?q?ronments=20should=20not=20be=20committed=20to=20the=20repositor?= =?UTF-8?q?y=20as=20they=20can=20be=20easily=20recreated=20by=20running=20?= =?UTF-8?q?the=20requirements.txt=20file.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 93a81489d87..d6cfae259b3 100644 --- a/.gitignore +++ b/.gitignore @@ -117,3 +117,4 @@ obj/ run_local_linter.sh +.venv