diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-14 04:37:19 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-14 04:38:15 -0600 |
commit | d433b974d9f15f9a7ab57ba592a4858e7977726d (patch) | |
tree | 83c78229286fc6189116157a8a5cd18ba61c60b2 /.gitignore | |
parent | 5856edfb295bc3d4348398912da66824986dda09 (diff) |
ignore gc stuff
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ __pycache__/ *.py[cod] *$py.class +# Google Cloud +credentials.json +token.json + # C extensions *.so |