Skip to content

Commit

Permalink
Ignore .tox and entire __pycache__ folders from git.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed May 4, 2013
1 parent 5984b39 commit b4a8a6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Because we never want compiled Python
__pycache__/
*.pyc

# Ignore stuff produced by distutils
Expand All @@ -11,3 +12,6 @@ stats.prof

# From cover (esp. in combination with nose)
.coverage

# Because tox's data is inherently local
/.tox/

0 comments on commit b4a8a6f

Please sign in to comment.