From 7eeaaee11c70f0a7278f88514675356ce099d425 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Leon=20Michel=20Gori=C3=9Fen?=
 <leon.gorissen@llt.rwth-aachen.de>
Date: Thu, 16 Jan 2025 16:20:32 +0100
Subject: [PATCH] chore: Ignore zip files

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

diff --git a/.gitignore b/.gitignore
index 729b684..87bc49f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,7 @@
 **/benchmark_models
 **/benchmark_trajectory_data
 **/Pretrained_Model_Trajectory_Data
-
+**/*.zip
 **commit**
 commit
 **/.keras
-- 
GitLab