Merge branch 'master' of github.com:mpeuster/son-emu
authorpeusterm <manuel.peuster@uni-paderborn.de>
Tue, 2 Feb 2016 16:03:19 +0000 (17:03 +0100)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Tue, 2 Feb 2016 16:03:19 +0000 (17:03 +0100)
.gitignore
README.md

index ba74660..5cbc2c6 100644 (file)
@@ -1,6 +1,8 @@
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
+*$py.class
+
 
 # C extensions
 *.so
@@ -42,6 +44,7 @@ htmlcov/
 nosetests.xml
 coverage.xml
 *,cover
+.hypothesis/
 
 # Translations
 *.mo
@@ -55,3 +58,7 @@ docs/_build/
 
 # PyBuilder
 target/
+
+#Ipython Notebook
+.ipynb_checkpoints
+
index a6b4e5d..6309f7c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -84,3 +84,4 @@ Automatic installation is provide through an Ansible playbook.
  * Stop compute
 * Create an Ansible-based automatic installation routine
 * Unit tests
+