summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
author Hui Peng <phui@google.com> 2023-10-24 21:50:36 -0700
committer Hui Peng <phui@google.com> 2023-10-25 04:54:44 +0000
commitc29cf81921277ce2e6cb9030d46ff281697d7eef (patch)
tree706b6bd038762b7e975f635980a0c7bf1ba19890 /.gitignore
parent7bc294ede9531465b19bfb1bebf3fb1a8d4f0690 (diff)
gitignore: Add python cache files
Bug: None Test: m . Change-Id: If0467c00cca2700ade194101765514ed755dd1ab
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 259395cbdd..3e6891d63f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ compile_commands.json
*.profraw
*.iml
**/.idea
+**/__pycache__/
+*.py[cod]