Skip to content

Commit

Permalink
Add a gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Apr 27, 2012
1 parent 1c52392 commit 791f5e4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
@@ -0,0 +1,21 @@
*.egg
*.egg-info
*.pyc
*$py.class
*.pt.py
*.txt.py
*~
.coverage
.tox/
nosetests.xml
build/
dist/
bin/
lib/
include/
.idea/
distribute-*.tar.gz
bookenv/
jyenv/
pypyenv/
env*/

0 comments on commit 791f5e4

Please sign in to comment.