.git/
.github/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tmp/
dist/
pytest_cache_local/
pytest_run_temp/
tmp*/

__pycache__/
**/__pycache__/
*.pyc
*.pyo
*.egg-info/

.coverage
coverage.xml
tests/
