From b41d0e9c70036542cec01a87fa33695c7c79d0d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Gawron?= Date: Fri, 10 May 2024 17:10:31 +0200 Subject: [PATCH] feat: add Os file to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index acf75fc..9aabdb8 100644 --- a/.gitignore +++ b/.gitignore @@ -130,4 +130,7 @@ dmypy.json # zips *.zip -.idea \ No newline at end of file +.idea + +# Os +*.DS_Store