diff --git a/.gitignore b/.gitignore
index ff33cf19eabea941e913b36f138939d440845847..b5aada344758bb5dbe3122baf4f2e660da2719cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /repo/
+/config.py
diff --git a/config.py b/config.py
deleted file mode 100644
index b38abcb3d161dba3cb016b6f5f3e39ad52bfc537..0000000000000000000000000000000000000000
--- a/config.py
+++ /dev/null
@@ -1,20 +0,0 @@
-repo_url = "https://repo.kuschku.de/"
-repo_name = "kuschku.de F-Droid Repo"
-repo_icon = "favicon.png"
-repo_description = """
-Official Repository for all kuschku.de applications, including Quasseldroid
-"""
-
-archive_url = "https://repo.kuschku.de/archive/"
-archive_older = 3
-archive_name = "kuschku.de F-Droid Repo"
-archive_icon = "favicon.png"
-archive_description = """
-Official Repository for all kuschku.de applications, including Quasseldroid
-"""
-
-local_copy_dir = "/repo"
-
-keystore = "/keystore.bks"
-repo_keyalias = "repo.kuschku.de"
-keydname = "CN=repo.kuschku.de"