Skip to content

Commit

Permalink
.gitignore: Add venv
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MrKevinWeiss committed Nov 29, 2023
1 parent a36817c commit 680373b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,7 @@ keys/

# custom clang-tidy flags, also used when using clangd language server
.clang-tidy

# Environments
.venv
venv/

0 comments on commit 680373b

Please sign in to comment.