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

1
.gitignore vendored
View File

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