commit | 51ec7020fe2776245dbd1fb02cb12765e08188b6 | [log] [tgz] |
---|---|---|
author | Timmatt <timmatt@google.com> | Wed May 03 13:11:50 2023 +0800 |
committer | Timmatt <timmatt@google.com> | Wed May 03 13:11:50 2023 +0800 |
tree | e710a001d203ef7bbcf554751b5d0e4f1ec10d0a | |
parent | f11496b22451fc62bf4665ee2dc0de83cd2c65db [diff] |
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/