From 36d0b25153574db3397e4ddf46b87a1c83ca7e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= <86352901+LucasVbr@users.noreply.github.com> Date: Wed, 24 Aug 2022 14:57:17 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5935305..2fa6cce 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ .idea/**/* venv/* -venv/**/* \ No newline at end of file +venv/**/* + +**/.DS_Store