blob: e38a5b0a4be525adfa24fa4463edf3e3996f50c6 [file] [log] [blame]
# 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
# 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