gitignore: Add Python environment folders

This commit is contained in:
Nick Exton 2023-08-29 11:31:45 +10:00 committed by Andrew Tridgell
parent c6511b513b
commit 2e84e273ea
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored
View File

@ -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/