From 55f3a82f7759cc27a306577c1461f70676520f66 Mon Sep 17 00:00:00 2001
From: jakut77 <jakut77@zedat.fu-berlin.de>
Date: Mon, 22 Jan 2024 23:23:40 +0100
Subject: [PATCH] removed some files

---
 .gitignore       | 1 +
 tasks/Nicola     | 8 --------
 tasks/Nicola.txt | 8 --------
 tasks/test.txt   | 1 -
 4 files changed, 1 insertion(+), 17 deletions(-)
 delete mode 100644 tasks/Nicola
 delete mode 100644 tasks/Nicola.txt
 delete mode 100644 tasks/test.txt

diff --git a/.gitignore b/.gitignore
index e69de29..5509140 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+*.DS_Store
diff --git a/tasks/Nicola b/tasks/Nicola
deleted file mode 100644
index 743c810..0000000
--- a/tasks/Nicola
+++ /dev/null
@@ -1,8 +0,0 @@
-user_name = "Sebastian Matera"
-
-
-if user_name=="Sebastian Matera":
-	while True:
-		print('say goodbye to your cpu')
-else:
-	print('hello friend')
diff --git a/tasks/Nicola.txt b/tasks/Nicola.txt
deleted file mode 100644
index 743c810..0000000
--- a/tasks/Nicola.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-user_name = "Sebastian Matera"
-
-
-if user_name=="Sebastian Matera":
-	while True:
-		print('say goodbye to your cpu')
-else:
-	print('hello friend')
diff --git a/tasks/test.txt b/tasks/test.txt
deleted file mode 100644
index f28f756..0000000
--- a/tasks/test.txt
+++ /dev/null
@@ -1 +0,0 @@
-jssjs`
-- 
GitLab