mirror of https://github.com/ArduPilot/ardupilot
gitignore: Add Python environment folders
This commit is contained in:
parent
c6511b513b
commit
2e84e273ea
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue