# Virtual environment.
venv

# Python.
__pycache__/
*.py[cod]
*$py.class

# Testing.
.coverage
.coverage.*
*.cover
.pytest_cache/

# IDE and editors.
.idea/
