# Local upstream engine checkouts
engines/

# Agent/runtime artifacts
.beaupi/

# JavaScript build artifacts
node_modules/
dist/
.vite/
*.tsbuildinfo
*.log

# OS metadata
.DS_Store

# Built web portal served by the runtime API
src/pipyter/static/

# Python cache
__pycache__/
*.py[cod]
