Fix: Be more robust if OS ports do not exist in the model
[osm/vim-emu.git] / .gitignore
old mode 100644 (file)
new mode 100755 (executable)
index 5cbc2c6..e59451b
@@ -3,6 +3,14 @@ __pycache__/
 *.py[cod]
 *$py.class
 
+#IDE
+.idea/
+
+# virtualenv
+venv
+
+# vagrant
+.vagrant/
 
 # C extensions
 *.so
@@ -62,3 +70,8 @@ target/
 #Ipython Notebook
 .ipynb_checkpoints
 
+#Pytest
+.pytest.restart
+
+# JUnit xml
+utils/ci/junit-xml/*.xml