behave_tests: refactor TestAPI DB lookup
[nfvbench.git] / .gitignore
index 89615b0..93ef7df 100644 (file)
@@ -1,13 +1,19 @@
 .DS_store
 *.pyc
+*~
 .idea
 .tox
 .cache
 .eggs
+.vscode
+.pytest_cache/
 venv
 nfvbench.egg-info
-docs/_build
-nfvbenchvm/dib/
+nfvbenchvm/dib/dib-venv
+nfvbenchvm/dib/nfvbenchvm_centos-*.d/
 *.qcow2
-docs/conf.py
-docs/_static
\ No newline at end of file
+docs/_static
+build/
+AUTHORS
+ChangeLog
+docs/_build/*