Fixes kdu-name on kdur indexing for instantiating KDUs
[osm/NBI.git] / .gitignore-common
index bfe5786..c65d2a2 100644 (file)
@@ -16,6 +16,7 @@
 
 *.pyc
 *.pyo
+.tox
 
 #auto-ignore
 .gitignore
@@ -46,3 +47,14 @@ build
 dist
 *.egg-info
 .eggs
+.temp-tox
+
+#vscode
+.vscode
+
+# Unit test / coverage reports
+.coverage
+cover
+coverage.xml
+nosetests.xml
+