chore: Add __pycache__ to gitignore (#11208)

This commit is contained in:
Jesse Yang 2020-10-08 19:51:26 -07:00 committed by GitHub
parent 5561b429f3
commit 761e6dbf52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -20,6 +20,8 @@
*.pyc
*.sqllite
*.swp
__pycache__
.bento*
.cache-loader
.coverage