From 0f30cc149390b8653d1882c4449e6b0907048554 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Mon, 8 Nov 2021 14:39:32 +0200 Subject: [PATCH] Ignore build/ folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9c48087..9645a22 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ reports/ # Ignore build results *.egg-info/ dist/ +build/ pip-wheel-metadata # Ignore stupid .DS_Store