# Python bytecode — never ship in published bundles
__pycache__/
*.pyc
*.pyo
*.pyd

# Build outputs (regenerated by `wayfinder path render-skill` / `path build`)
.build/
dist/

# Local install artifacts
.wayfinder/
