.cache/
.local/
.tmp/
.vscode/

# Python.
**/__pycache__/
*.egg-info/
*.pyc
.coverage
.venv/

# Mypy.
.dmypy.json
