From 85c732935bc371919c74a7ae692a68e91c0fe5b7 Mon Sep 17 00:00:00 2001 From: David Cortes Date: Wed, 5 Nov 2025 16:51:54 +0100 Subject: [PATCH] update gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c631f375..8b8adb85 100755 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ __pycache__* # Visual Studio related files, e.g., ".vscode" .vs* - +*.code-workspace # Misc. files at repository root: # - default data cache directory @@ -18,3 +18,7 @@ __pycache__* /*.sh # - archives with results or data /*.tgz + +# Configurations from file explorers +.directory +.DS_Store