# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Pytest & MyPy
.pytest_cache/
.mypy_cache/
.coverage

# MkDocs
site/
EOF
