From 2e84e273eae52b6de6b41eae595395420eef8402 Mon Sep 17 00:00:00 2001 From: Nick Exton Date: Tue, 29 Aug 2023 11:31:45 +1000 Subject: [PATCH] gitignore: Add Python environment folders --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 823d39ed5a..42d336cd2a 100644 --- a/.gitignore +++ b/.gitignore @@ -154,3 +154,13 @@ dumpstack_*out build.tmp.binaries/ tasklist.json modules/esp_idf + +# Ignore Python virtual environments +# from: https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/Python.gitignore#L125 +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/