Add git ignore Change-Id: I24db8c31a6cc3344eaad001ec96c642ae9e8ccf4
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d99bb8 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,17 @@ +# Byte-compiled. +__pycache__/ +*.pyc +build/ + +# Distribution / packaging. +*.egg-info + +# Unit test / coverage report artifacts. +.coverage +mock_artifacts/ + +# Logs. +local_agent.log* + +# Editor config. +.vscode/