Skip to content

Commit

Permalink
Added *.pyc and __pycache__ to .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Apr 23, 2014
1 parent 0b6c0a5 commit 4df8fe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ build
docs/_build
.coverage
.tox/
*.pyc
__pycache__

0 comments on commit 4df8fe3

Please sign in to comment.