# General.
.cache/
.local/
.tmp/
.vscode/
dist/
tmp/

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