diff options
author | Frank Ebel <git@ebel.page> | 2023-09-03 03:24:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-03 02:24:57 +0100 |
commit | 633d92a68b34ffb37702cb5d5ad81517e2703a08 (patch) | |
tree | f92076442ba502df8d42008c91746e31b9ad8087 | |
parent | 81ea4f911080f517485256447c271a3f63788b65 (diff) |
chore: ignore virtual environment directory (#20905)
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 13ed296035..e9e7b27e6c 100644 --- a/.gitignore +++ b/.gitignore @@ -95,6 +95,7 @@ secrets.tar # Python things __pycache__ .python-version +.venv # Prerequisites for updating ChibiOS /util/fmpp* |