# Environments
.venv
.envrc
files
.tox

# Coverage
.coverage
*,cover
coverage.xml
.coverage**

logs

# Cache
.cache
cache/cache.sqlite
__pycache__/
