[VOL-4638] Initial commit

Change-Id: I5e785d017e1d27783b24591b52f20f442895e602
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d668760
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,47 @@
+# PyCharm
+.idea
+exportToHTML
+
+# vscode
+.vscode
+
+# Python
+*.pyc
+
+# Emacs
+*~
+.#*
+
+# Vagrant
+.vagrant
+*.box
+
+# Ansible
+ansible/*.retry
+
+# Any vi swap files
+*.swp
+
+# Editors
+*.bak
+*.project
+*.pydevproject
+
+# Mac stuff
+.DS_Store
+**/.DS_Store
+
+# Vagrant logfile
+*.log
+
+# Virtualenv
+venv-*
+
+# Development versions of locally built libraries
+python/local_imports
+
+# test output
+tests/results
+
+# SCA reports from run golangci-lint tool
+sca-report/