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

# environments and tool caches
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# os
.DS_Store
