From 680373b6de4d77881b13212c1c3f901b4f9544bf Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Wed, 29 Nov 2023 12:22:06 +0100 Subject: [PATCH] .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. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 611cbc7aab1f..2d1efe5ca06d 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,7 @@ keys/ # custom clang-tidy flags, also used when using clangd language server .clang-tidy + +# Environments +.venv +venv/