# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
.venv/
env.bak/
venv.bak/
dist/
build/
*.egg-info/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
