From 580d02e98aa574ed88d48475988853ed78331e69 Mon Sep 17 00:00:00 2001 From: Shahin Ramezanzadeh Date: Sat, 24 Jan 2026 14:37:48 +0100 Subject: [PATCH] config gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index afe2020..d58005c 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ venv/ input/ output/ summary/ +exp/ *.json *.txt !requirements.txt <-- This "un-ignores" this specific file