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

# Virtual environments
.venv
.venv-*

# Coverage
.coverage
coverage.xml
htmlcov

# Tooling caches
.pytest_cache
.ruff_cache
.mypy_cache

# Local credentials
.pypirc

# OS files
.DS_Store

# MkDocs build output
site/
