Ignore python cache folder(s)

This single line matches (ignores) all possible __pycache__ folders in
any part of the tree.

[1] 422bf777a558a6b78f438f94d70ed9af5ea38362

Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: Ic725283399e97ba24cb18cafb16375fd490ce50c
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1eb99f5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+# Ignore python cache in all possible folders
+__pycache__/
\ No newline at end of file
diff --git a/script/__pycache__/gerrit.cpython-35.pyc b/script/__pycache__/gerrit.cpython-35.pyc
deleted file mode 100644
index dd91d7c..0000000
--- a/script/__pycache__/gerrit.cpython-35.pyc
+++ /dev/null
Binary files differ