mirror of https://github.com/arendst/Tasmota.git
Add python venv to .gitignore (#22045)
* Add python venv to .gitignore * Update .gitignore
This commit is contained in:
parent
f62496d164
commit
f85a96dd2d
|
@ -42,3 +42,7 @@ lib/libesp32/berry/berry
|
|||
.vscode/extensions.json
|
||||
*.bak
|
||||
*.code-workspace
|
||||
|
||||
## Python virtual environments for Platformio ##
|
||||
venv
|
||||
.venv
|
||||
|
|
Loading…
Reference in New Issue