Add python venv to .gitignore (#22045)

* Add python venv to .gitignore

* Update .gitignore
This commit is contained in:
Jacek Ziółkowski
2024-08-29 15:01:52 +02:00
committed by GitHub
parent f62496d164
commit f85a96dd2d

4
.gitignore vendored
View File

@@ -42,3 +42,7 @@ lib/libesp32/berry/berry
.vscode/extensions.json
*.bak
*.code-workspace
## Python virtual environments for Platformio ##
venv
.venv