aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Geoffrey Irving <geoffreyi@google.com>2016-03-22 14:41:56 -0700
committerGravatar Geoffrey Irving <geoffreyi@google.com>2016-03-22 14:43:45 -0700
commitc51863f3b705e4d285e7c29487aaa70d657bead1 (patch)
tree46f660cd1a6460d63cfa569e9ebb910bd673ece0 /.gitignore
parent44e95baf4545c0b7e4ea7351da44e67de698c6a8 (diff)
Add __pycache__ to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 94c987c0e1..3e49b38d12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ node_modules
/pip_test
/_python_build
*.pyc
+__pycache__