From f54bc1b24a720dafae64614db8592560d74301b4 Mon Sep 17 00:00:00 2001
From: alexcbb <alexchapin@hotmail.fr>
Date: Wed, 26 Jul 2023 14:20:59 +0200
Subject: [PATCH] Ignore data file

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

diff --git a/.gitignore b/.gitignore
index c76e67a..9517afc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,5 +5,7 @@
 /wandb
 logs/*
 logs
+data
+data/*
 results
 *__pycache__
-- 
GitLab