From bf7bfad4b095fc68c7783a8b9cf5454da50537cf Mon Sep 17 00:00:00 2001 From: Jonas Rembser Date: Tue, 19 Nov 2024 17:34:30 +0100 Subject: [PATCH] Update .gitignore to ignore directories related to build and workspaces --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aaf43993d36..ea9f46566e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ -site *.pyc +*.wscode.* +.python/ +build/ +install/ +site