From 921e6a5b40b0bd084ccfe5d381542205a40a97cc Mon Sep 17 00:00:00 2001 From: tbittar Date: Wed, 15 May 2024 15:46:07 +0200 Subject: [PATCH] Update gitignore (#807) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3f266d78d..9cf063ffc 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,7 @@ include/google/protobuf/message.h # vscode .vscode + +# Local env +.venv +vcpkg_installed \ No newline at end of file