.git/
.github/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.vscode/
.tmp/
dist/
build/
tmp*/

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

.coverage
coverage.xml
tests/
