.idea/
.vscode/
venv/
.venv/
*.egg-info/

# Python cache.
*.py[cod]
__pycache__/

# build
build/
dist/

# tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
