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

# tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# env & misc
.env
.env*.local
.DS_Store

# NOTE: src/selectwin/_core IS committed — it's the generated core synced from
# selectwin-sdks (scripts/sync_core.py). Do not ignore it.
