From 205e3b3d51f15b14faac7795c9d935feb3e5da89 Mon Sep 17 00:00:00 2001 From: las1g21 <las1g21@soton.ac.uk> Date: Tue, 3 Dec 2024 19:47:34 +0000 Subject: [PATCH] Added .env to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6b5efc0..2fd82f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ scripts/360monodepthexecution/rgb.jpg scripts/shifted_t.png scripts/config.ini -*.pyc \ No newline at end of file +*.pyc +.env \ No newline at end of file -- GitLab