From 6a0427f9752d631af14f93f806f7b5e19fc2a9f8 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 16 Dec 2023 21:32:40 +0100 Subject: [PATCH] Ignore build/ --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 181fe4e..7f10553 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ venv/ *.egg-info -**/__pycache__/ \ No newline at end of file +**/__pycache__/ +build/ \ No newline at end of file