# Python
__pycache__/
*.pyc
*.egg-info/
build/
dist/

# uv / virtualenv
.venv/
.uv-cache/

# Tooling caches
.pytest_cache/
.ruff_cache/

# Generated banners (the OKF bundle stays tracked as a living sample)
.glyph/*
!.glyph/okf/
.coverage
