breadability/.gitignore
Greg Jastrab c8c53b304b Bonus per 100 chars logic was incorrect
Number of characters was being mod'd by 100 instead of divided,
so a paragraph with a character length of 103 would have
incorrectly gotten 3 bonus points added to the content score.

Add Greg to credits
2012-05-22 06:56:31 -04:00

13 lines
86 B
Plaintext

*.pyc
*.prof
.installed.cfg
bin
develop-eggs
*.egg-info
tmp
build
dist