From 414f272d75eceda2f9c06eee397581918df32428 Mon Sep 17 00:00:00 2001 From: Wouter de Bruijn Date: Thu, 12 Feb 2026 15:14:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Ignored=20build=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0cf4953..324505e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,8 @@ __pycache__/ *.py[cod] .vscode .flake -.coverage \ No newline at end of file +.coverage + +*.egg-info +dist +build \ No newline at end of file