syntax: glob

# Files that can appear anywhere in the tree.
*.pyc
*.pyo
*$py.class
*.pyd
*.so
*.bak
.coverage
.coverage.*
.metacov
.metacov.*
*.swp

# Stuff generated by editors.
.idea/

# Stuff in the root.
build
*.egg-info
dist
htmlcov
MANIFEST
setuptools-*.egg
.tox
.tox_kits
.noseids

# Stuff in the test directory.
zipmods.zip

# Stuff in the doc directory.
_build
_spell
sample_html_beta
