# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
packages/core/tests/live/_artifacts/

# uv / venv
.venv/

# Build artifacts
dist/
build/
release/
plugin/host/node_modules/

# OS
.DS_Store
Thumbs.db
