cleanup
[osm/vim-emu.git] / .gitignore
old mode 100644 (file)
new mode 100755 (executable)
index ba74660..e59451b
@@ -1,6 +1,16 @@
 # Byte-compiled / optimized / DLL files
 __pycache__/
 *.py[cod]
+*$py.class
+
+#IDE
+.idea/
+
+# virtualenv
+venv
+
+# vagrant
+.vagrant/
 
 # C extensions
 *.so
@@ -42,6 +52,7 @@ htmlcov/
 nosetests.xml
 coverage.xml
 *,cover
+.hypothesis/
 
 # Translations
 *.mo
@@ -55,3 +66,12 @@ docs/_build/
 
 # PyBuilder
 target/
+
+#Ipython Notebook
+.ipynb_checkpoints
+
+#Pytest
+.pytest.restart
+
+# JUnit xml
+utils/ci/junit-xml/*.xml