# Python
__pycache__/
*.py[cod]
*.egg-info/
.build/
dist/
build/
.coverage
htmlcov/
.pytest_cache/
.venv/
.env
*.log

