__pycache__/
*.pyc

venv/
.env/

poetry.lock

.coverage/
.tox/
.nox/
*.coverage
coverage.xml

.env

.ruff_cache
.pytest_cache

dist/
build/
