Ignore python .venv folder (#325)

This commit is contained in:
sandy 2023-01-14 02:28:03 -06:00 committed by GitHub
parent a760651d58
commit e2bccb6290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -82,6 +82,7 @@ secrets.tar
# Python things
__pycache__
.python-version
.venv/
# Prerequisites for updating ChibiOS
/util/fmpp*