1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00

.gitignore: Add venv

I try to keep my system nice an clean with venvs... More than once
I added my venv so maybe it would be nice to add this in.
This commit is contained in:
MrKevinWeiss 2023-11-29 12:22:06 +01:00
parent a36817cc2b
commit 680373b6de
No known key found for this signature in database
GPG Key ID: C26684F1C0767FFF

4
.gitignore vendored
View File

@ -94,3 +94,7 @@ keys/
# custom clang-tidy flags, also used when using clangd language server
.clang-tidy
# Environments
.venv
venv/