[bugfix] functional_py3 failed in ci gating
[yardstick.git] / .gitignore
index a53b533..79e351f 100644 (file)
 *.BASE.*
 *.LOCAL.*
 *.REMOTE.*
-*.yml
 *.egg
 *.egg-info
 build
 htmlcov
 .agignore
 .coverage
+*.retry
 Session*.vim
 .tags*
 .coverage.*
@@ -31,3 +31,7 @@ cover/
 /docs/apidocs/yardstick*.rst
 #PyCharm IDE project configuration files
 .idea/
+# tox virtualenvs
+.tox/
+# docs build artifacts
+docs/_build/*