summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-08-18 17:17:40 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-08-19 12:52:26 -0700
commita8893b2840de4fbe280dd69f5b75051dadb04897 (patch)
tree55cc2c78b63e6589b4d6f0b29f4ce9c48e10cfab /.gitignore
parentebc2b5befa9d3f8370a012ea8df25b2807ea83d5 (diff)
.gitignore: add __pycache__
Which is where python3 puts it's cached byte compiled objects
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 82a6fcac..7484aab5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ docs/build
docs/source/configuration/*table.rst
tags
.eggs
+__pycache__