[SEBA-497]

Delayer and alpine-base chameleon container
Also fix formatting and minor bugs

Change-Id: I465b6b351ae11dca81dbc6c88d5b6080fdbc1f5c
diff --git a/.gitignore b/.gitignore
index c69f216..013d7fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,12 @@
 *.swp
 
 # Generated files
-protos/schema_pb2.py
-protos/schema_pb2_grpc.py
-protos/third_party/google/api/annotations_pb2.py
-protos/third_party/google/api/annotations_pb2_grpc.py
-protos/third_party/google/api/http_pb2.py
-protos/third_party/google/api/http_pb2_grpc.py
+protos/*_pb2.py
+protos/*_pb2_grpc.py
+
+# Testing
+.tox
+.coverage
+coverage.xml
+nose2-results.xml
+venv-chameleon