Merge branch 'master' of github.com:mpeuster/son-emu
[osm/vim-emu.git] / .gitignore
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
+