# 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. It is kept out of the public PyPI
# package by pyproject (wheel packages = ["src/kranked_mcp"]), so the reverse-engineered
# Astro code never ships publicly. Do NOT open-source THIS repo — publish the PyPI package.
