# Tooling.
.coverage
venv*/

# Caches.
__pycache__/
*.pyc
.mypy_cache/
.pytest_cache/

# Packaging.
build/
dist/
*.egg-info/

# Private.
.env
