.venv/
dist/
build/
__pycache__/
*.py[cod]
*.egg-info/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

.DS_Store
.idea/
.vscode/
