Skip to content

Commit

Permalink
gitignore: Add Python environment folders
Browse files Browse the repository at this point in the history
  • Loading branch information
nexton-winjeel committed Aug 29, 2023
1 parent fe512f7 commit 2ce5c4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 2ce5c4a

Please sign in to comment.