From 7c62a4f62c4d5984686969baa2d8e6aeb9b7a3ae Mon Sep 17 00:00:00 2001 From: yazart Date: Mon, 15 Jun 2026 13:35:15 +0300 Subject: [PATCH] chore: add git ignore DS_Store --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d562bfa..370b862 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ input/* report/* -status/* \ No newline at end of file +status/* +.DS_Store \ No newline at end of file