.venv/
__pycache__/
*.pyc
.ruff_cache/
.pytest_cache/
dist/
*.egg-info/

# Coverage
.coverage
htmlcov/
coverage.xml
*.lcov
