*.pyc
*.pyo
.tox

*.class
*.jar

*.egg
build/
dist/
nltk.egg-info/
web/_build

# generated by tests
*.errs
.noseids
.coverage
nltk/test/*.html

# editor temporary files
*.*.sw[op]
.idea

# git mergetools backups
*.orig

# emacs backups
*#

# spell-check backups
*.bak

# automatically built files for website
web/api/*.rst



