diff options
author | 2023-10-24 21:50:36 -0700 | |
---|---|---|
committer | 2023-10-25 04:54:44 +0000 | |
commit | c29cf81921277ce2e6cb9030d46ff281697d7eef (patch) | |
tree | 706b6bd038762b7e975f635980a0c7bf1ba19890 /.gitignore | |
parent | 7bc294ede9531465b19bfb1bebf3fb1a8d4f0690 (diff) |
gitignore: Add python cache files
Bug: None
Test: m .
Change-Id: If0467c00cca2700ade194101765514ed755dd1ab
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
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] |