# .gitignore
.venv/
.pytest_cache/
__pycache__/
*.pyc
*.pyo
*.egg-info/
.dist/
build/
dist/
.coverage
htmlcov/
