__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.venv/
venv/
dist/
build/
*.egg-info/

# Local provider credentials
.env

