From 986118420b08547d9b313610a56a2e18a5b833be Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Tue, 25 Jul 2023 20:52:30 +0200 Subject: [PATCH] Add .DS_Store to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 343ab4d..5673af8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__ .vscode devenv -your_system_information.txt \ No newline at end of file +your_system_information.txt +.DS_Store \ No newline at end of file