From 4df77c162f4c91ffe78b9299556307169abc1824 Mon Sep 17 00:00:00 2001
From: mhby1g21 <mhby1g21@soton.ac.uk>
Date: Mon, 28 Oct 2024 11:33:08 +0000
Subject: [PATCH] added *.pyc to gitignore

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

diff --git a/.gitignore b/.gitignore
index 8e1c9ff..6b5efc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 scripts/360monodepthexecution/rgb.jpg
 scripts/shifted_t.png
-scripts/config.ini
\ No newline at end of file
+scripts/config.ini
+*.pyc
\ No newline at end of file
-- 
GitLab