Merge pull request #38 from cgeoffroy/pr-bootsrap_ci
[osm/vim-emu.git] / .gitignore
old mode 100644 (file)
new mode 100755 (executable)
index ba74660..fc2456c
@@ -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,12 @@ docs/_build/
 
 # PyBuilder
 target/
+
+#Ipython Notebook
+.ipynb_checkpoints
+
+#Pytest
+.pytest.restart
+
+# JUnit xml
+utils/ci/junit-xml/*.xml
\ No newline at end of file