From 67f3ca6a4d7e47bc3128de7b8f58f3ff3849eb5e Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 24 Mar 2022 16:57:21 +0100 Subject: [PATCH] Ignore Python build artifacts Signed-off-by: Stefan Weil --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3fafd07..54a6d65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__ *.egg-info +/build