From 7098537845388bed789e8fe0232901cfdcb9eb60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20M=C3=B6bius?= <moebius@cs.rwth-aachen.de>
Date: Tue, 8 Mar 2022 11:31:03 +0100
Subject: [PATCH] Ignore wheel files

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index a50a9e3..273c3b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ tests/__pycache__
 tests/OutFiles
 *.pyc
 *.so
+*.whl
 
 .eggs/
 build-setuptools/
-- 
GitLab