From fdcac5a76a06ffd39716707862f9d44801175f75 Mon Sep 17 00:00:00 2001 From: Christoph Knote <christoph.knote@med.uni-augsburg.de> Date: Mon, 14 Mar 2022 17:15:05 +0100 Subject: [PATCH] Updated gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index de2d5e0..5cd12d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +# Mac +**.DS_Store + +# VS Code +.vscode +*.code-workspace + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] -- GitLab