Add initial plugin structure
Creates initial module structure and a dummy test.
Change-Id: I7a861dcc800cf3a49da2e317e4780aa5c5027733
Implements: bp tempest-plugin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5685b36
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,37 @@
+*.DS_Store
+*.orig
+*.log
+*.mo
+*.pyc
+*.sqlite
+*.swp
+.coverage
+.testrepository
+.tox
+.venv
+.idea
+AUTHORS
+Authors
+build/*
+build-stamp
+ChangeLog
+barbican_tempest_plugin.egg-info
+cover/*
+covhtml
+dist/*
+instances
+keeper
+keys
+local_settings.py
+subunit.log
+tools/lintstack.head.py
+tools/pylint_exceptions
+tags
+# Files created by Sphinx build
+doc/build
+.autogenerated
+api-ref/build
+
+# Development environment files
+.project
+.pydevproject