From 0e0761f2adffd822442a2efb3999e3440a55dee8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Pogoda?= <mipo57@e-science.pl>
Date: Thu, 6 Apr 2023 10:55:32 +0200
Subject: [PATCH] chore: ignore hydra outputs in gitignore

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

diff --git a/.gitignore b/.gitignore
index 1a63a49..7198980 100644
--- a/.gitignore
+++ b/.gitignore
@@ -140,4 +140,5 @@ cython_debug/
 .vscode
 *.ipynb
 
-/test.txt
\ No newline at end of file
+/test.txt
+/outputs
\ No newline at end of file
-- 
GitLab