From ed62963858b4487b2b2981ed2d72d3d14efa4354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Fri, 14 Jul 2017 14:32:10 +0200 Subject: [PATCH] Add .gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bea195b --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Vim +*~ +*.swp +*.swo + +# Python +*.pyc + +# Project specific files +config.py