From 32cbd660ea04f191e110dbb56dad4ad90b94875a Mon Sep 17 00:00:00 2001 From: Andreas Gattringer <andreas.gattringer@univie.ac.at> Date: Sun, 26 Nov 2023 18:38:36 +0100 Subject: [PATCH] added .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f2206a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.idea/ +archive/ +*.pyc + -- GitLab