Initial layout of Designate tempest plugin

See https://review.openstack.org/283511 for history.

Change-Id: I7733e8786d6b525a7c9a8d4f12add329cd030d9d
Partially-Implements: blueprint designate-tempest-plugin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8ae2b42
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,54 @@
+
+# Python related files
+
+*.dat
+*.egg
+*.egg-info
+*.pyc
+.eggs
+TAGS
+build
+
+# Test related files
+
+*.log
+.coverage
+.coverage.*
+.testrepository/*
+.tox
+.venv
+cover
+flake8_results.html
+functionaltests/.testrepository/
+functionaltests/tempest.log
+htmlcov/
+venv
+
+# Files created by releasenotes build
+releasenotes/build
+
+# Editors
+
+*.sublime-workspace
+*.swp
+
+# Misc
+
+*.DS_Store
+*.idea
+*.ipynb
+*.orig
+*.sqlite
+*.sqlite3
+/.ipynb_checkpoints/*
+/bind9
+/dnsmasq
+AUTHORS
+ChangeLog
+contrib/vagrant/.vagrant/
+designate/versioninfo
+dist
+doc/build/*
+doc/source/api/*
+etc/designate/*.conf
+var/*