syntax: glob

# Files that can appear anywhere in the tree.
*.pyc
*.pyo
*.pyd
*.so
*.bak
.coverage
.coverage.*

# Stuff in the root.
build
coverage.egg-info
dist
htmlcov
MANIFEST
py3k
setuptools-*.egg
three

# Stuff in the test directory.
zipmods.zip

# Stuff in the doc directory.
_build
