Feature 10296 Pip Standardization
[osm/NBI.git] / .gitignore-common
index bfe5786..771afd0 100644 (file)
@@ -16,6 +16,7 @@
 
 *.pyc
 *.pyo
 
 *.pyc
 *.pyo
+.tox
 
 #auto-ignore
 .gitignore
 
 #auto-ignore
 .gitignore
@@ -31,6 +32,9 @@ logs
 .pydevproject
 .settings
 
 .pydevproject
 .settings
 
+#vscode
+.vscode
+
 #local stuff files that end in ".local" or folders called "local"
 local
 osm_nbi/local
 #local stuff files that end in ".local" or folders called "local"
 local
 osm_nbi/local
@@ -46,3 +50,14 @@ build
 dist
 *.egg-info
 .eggs
 dist
 *.egg-info
 .eggs
+.temp-tox
+
+#vscode
+.vscode
+
+# Unit test / coverage reports
+.coverage
+cover
+coverage.xml
+nosetests.xml
+