From 785a53199769867d3c1c1a8b4ea361605cc619e5 Mon Sep 17 00:00:00 2001 From: "Antonello, Dr. Massimiliano" <massimiliano.antonello@uni-hamburg.de> Date: Mon, 21 Oct 2024 17:55:46 +0200 Subject: [PATCH] Add .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ba68f2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +Results +data +.DS_Store +__pycache__ +user \ No newline at end of file -- GitLab