# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Virtual env / uv
.venv/
uv.lock

# Test / cache
.pytest_cache/
.ruff_cache/

# OS / editor
.DS_Store

# NOTE: premium/ (the private premium overlay) is intentionally TRACKED in this
# private repo so the hosted deploy can build it. Both publish targets in pyproject
# exclude it, so it never ships publicly. Do NOT open-source THIS repo — publish the
# PyPI package. Run scripts/prepublish-check.sh before every release.
