tags

venv/
.venv/

*.pyc
__pycache__/

*.aux
*.log
*.pdf
.undercover_init_successful

instance/

outputs/
temp/

.pytest_cache/
.coverage
htmlcov/

*_min*

dist/
build/
*.egg-info/