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

# Node
node_modules/
*.tgz

# VibeML local project state (examples run locally)
.vibeml/

# UI build output lives inside the wheel source tree but is generated
packages/vibeml/src/vibeml/server/static/

# OS / editors
.DS_Store
.idea/
.vscode/
