From 9ba37be69fe579b5afd0e958c460928f2a058c92 Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Tue, 27 Jan 2026 22:18:01 +0000 Subject: [PATCH] Added media and models folder to gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a3b2b5d..900fb42 100644 --- a/.gitignore +++ b/.gitignore @@ -259,4 +259,10 @@ __screenshots__/ *.local.bat # Static files -static/ \ No newline at end of file +static/ + +# Media files +media/ + +# Models +model/ \ No newline at end of file