This is an automated email from the ASF dual-hosted git repository.
yjc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 761e6db chore: Add __pycache__ to gitignore (#11208)
761e6db is described below
commit 761e6dbf524acb1398d41297834a07430f21a050
Author: Jesse Yang <[email protected]>
AuthorDate: Thu Oct 8 19:51:26 2020 -0700
chore: Add __pycache__ to gitignore (#11208)
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 77e5aad..c5a8cf8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,8 @@
*.pyc
*.sqllite
*.swp
+__pycache__
+
.bento*
.cache-loader
.coverage