Adding pyc and egg files to gitignore

Change-Id: I2543646d4e5dd8757de9f092b546331d1192fe91
diff --git a/.gitignore b/.gitignore
index 70a883c..6c86b58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,6 @@
 onos-logs
 onos.log
 logback.*.xml
+*.pyc
+*.egg-info