# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# uv
# uv.lock is committed; the environment is not.

# MkDocs (local build; add when docs site lands)
site/

# Editor / OS
.DS_Store
.idea/
.vscode/
