Added a default topology that is automatically called in dockerized deployments if...
[osm/vim-emu.git] / .gitignore
index 5cbc2c6..e59451b 100755 (executable)
@@ -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