# PHP
web/vendor/
web/writable/cache/*
web/writable/logs/*
web/writable/session/*
web/.env

# Node
orchestrator/node_modules/
orchestrator/.env
orchestrator/storage/*
!orchestrator/storage/.gitkeep

# Generated build workspaces and artifacts
runtime/workspaces/*
runtime/artifacts/*
!runtime/workspaces/.gitkeep
!runtime/artifacts/.gitkeep

# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
