From e2bccb62909862bdfe85a44dc4e10ebf051788cd Mon Sep 17 00:00:00 2001 From: sandy Date: Sat, 14 Jan 2023 02:28:03 -0600 Subject: [PATCH] Ignore python .venv folder (#325) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2186f2c222..ba51f83608 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,7 @@ secrets.tar # Python things __pycache__ .python-version +.venv/ # Prerequisites for updating ChibiOS /util/fmpp*