refactor

Change-Id: I833f751ab3f307f6996d0822bef7a749dc6f6d2f
diff --git a/.gitignore b/.gitignore
index 35f596d..635880e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,9 @@
 .idea
 *.pyc
 .noseids
-local_certs.crt
\ No newline at end of file
+local_certs.crt
+
+# Test Coverage
+.coverage
+cover
+coverage.xml
\ No newline at end of file