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

# Data files we should ignore in the root, but need for gold files.
/coverage.xml
/coverage.json
/coverage.lcov

# 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
a1_coverage.pth

# OS junk
.DS_Store

!.github
.pybuild/
