From acfaafbb278e972395b3a19dd443554c32765f6c Mon Sep 17 00:00:00 2001
From: Chris Heitkamp / SuperVirus <warpzone@chrisheitkamp.de>
Date: Thu, 24 Jul 2014 19:16:54 +0200
Subject: [PATCH] .gitignore

---
 .gitignore | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fb5b975
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,54 @@
+# Created by http://www.gitignore.io
+
+### Python ###
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+env/
+build/
+develop-eggs/
+dist/
+eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+*.egg-info/
+.installed.cfg
+*.egg
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+htmlcov/
+.tox/
+.coverage
+.cache
+nosetests.xml
+coverage.xml
+
+# Translations
+*.mo
+*.pot
+
+# Django stuff:
+*.log
+
+# Sphinx documentation
+docs/_build/
+
+
+### Linux ###
+*~
+
+# KDE directory preferences
+.directory
-- 
GitLab