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

# Virtual envs
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.benchmarks/
.coverage
htmlcov/
