From 53227aeb31f37dc45fff1f03527e214d9f400f29 Mon Sep 17 00:00:00 2001
From: magnus <magnus@fsmpi.rwth-aachen.de>
Date: Fri, 29 Jul 2022 14:17:22 +0200
Subject: [PATCH] add gitignore and rename cofig to exampleconfig

---
 .gitignore       | 3 +++
 exampleconfig.py | 2 ++
 2 files changed, 5 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 exampleconfig.py

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..da676bf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+__pycache__/
+venv/
+config.py
diff --git a/exampleconfig.py b/exampleconfig.py
new file mode 100644
index 0000000..f31ab4c
--- /dev/null
+++ b/exampleconfig.py
@@ -0,0 +1,2 @@
+# url for Wiki  'https://user:password@wiki.example.com/lib/exe/xmlrpc.php' for Dokuwiki
+WIKI_API_URL = "https://user:password@wiki.example.com/lib/exe/xmlrpc.php"
-- 
GitLab