| commit | dafcf85f4664db7fb62fddd0b96f4801f1b6db3e | [log] [tgz] |
|---|---|---|
| author | Timmatt <lee.timmatt@gmail.com> | Wed Oct 04 12:02:08 2023 +0800 |
| committer | Timmatt <lee.timmatt@gmail.com> | Wed Oct 04 12:02:08 2023 +0800 |
| tree | 04b43a6dca472beda5af70ebd5fd0954deded2ef | |
| parent | 0805dfde2ee3252f0026c4da1faea04920e6300f [diff] |
add git ignore Change-Id: Ida374e7a85a1e6159b05b5ef315be5f16961e659
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6d8b35d --- /dev/null +++ b/.gitignore
@@ -0,0 +1,18 @@ +# Byte-compiled. +__pycache__/ +*.pyc +build/ +dist/ + +# Distribution / packaging. +*.egg-info + +# Unit test / coverage report artifacts. +.coverage +mock_artifacts/ + +# Logs. +local_agent.log* + +# Editor config. +.vscode/