# Virtualenvs
.venv/

# Build artifacts
dist/
*.egg-info/

# Caches
__pycache__/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
