Move VM image build to remote DUT
[yardstick.git] / .gitignore
index 47c0575..79e351f 100644 (file)
@@ -31,3 +31,7 @@ cover/
 /docs/apidocs/yardstick*.rst
 #PyCharm IDE project configuration files
 .idea/
+# tox virtualenvs
+.tox/
+# docs build artifacts
+docs/_build/*