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

# Stuff generated by editors.
.idea/
.vscode/
.vimtags

# Stuff in the root.
build
*.egg-info
cheats.txt
dist
htmlcov
MANIFEST
setuptools-*.egg
.tox
.noseids
.cache
.pytest_cache
.hypothesis
.ruby-version
.venv

# Stuff in the test directory.
covmain.zip
zipmods.zip
zip1.zip
tests/actual

# Stuff in the doc directory.
doc/_build
doc/_spell
doc/sample_html_beta

# Build intermediaries.
tmp

# OS junk
.DS_Store

!.github
