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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

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