Skip to content

Commit

Permalink
.gitignore: add __pycache__
Browse files Browse the repository at this point in the history
Which is where python3 puts it's cached byte compiled objects
  • Loading branch information
dcbaker committed Aug 19, 2017
1 parent ebc2b5b commit a8893b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,3 +14,4 @@ docs/build
docs/source/configuration/*table.rst
tags
.eggs
__pycache__

0 comments on commit a8893b2

Please sign in to comment.