.venv/
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/

.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
coverage/
reports/

dist/
build/

.env
.env.*

tests/
