From aaf501183cac1f78f866d44ce8a7e0c9f9fb7624 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Mon, 16 Aug 2021 10:10:22 +0200 Subject: [PATCH] gitignore update Exclude build and dist folders --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index d2abba4..4e4ca1c 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,13 @@ .*.swp .gdb_history +# Build/Dist +build/ +dist/ + +# Cache +__pycache__ + #VS files/directories *.vcxproj *.filters