syntax: glob
*.swp
*\#
*.\#*
*~
*.pyc
build/
*.egg-info/
dist/
venv/

*.orig

.pytest_cache/
.coverage
.coverage.*
htmlcov/