mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +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:
parent
a36817cc2b
commit
680373b6de
4
.gitignore
vendored
4
.gitignore
vendored
@ -94,3 +94,7 @@ keys/
|
|||||||
|
|
||||||
# custom clang-tidy flags, also used when using clangd language server
|
# custom clang-tidy flags, also used when using clangd language server
|
||||||
.clang-tidy
|
.clang-tidy
|
||||||
|
|
||||||
|
# Environments
|
||||||
|
.venv
|
||||||
|
venv/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user