commit e58121eebf1af8196482e6945628ca28adde389d Author: sqozz Date: Tue Feb 10 00:28:58 2015 +0100 Init commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5684153 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 +__pycache__ + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject \ No newline at end of file