# Build artifacts — never commit these; the release workflow builds them fresh.
dist/
build/
*.egg-info/
*.egg

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.ruff_cache/

# OS
.DS_Store
