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

*.orig
*.rej

.pytest_cache/
.coverage
.coverage.*
htmlcov/
