# Dependencies
node_modules/
web/node_modules/

# Local toolchains and browser automation caches
.emsdk/
.tooling/
.playwright/

# Generated build output
engine/build/
web/dist/

# Test and debug output
coverage/
playwright-report/
test-results/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Environment and editor state
.env
.env.*
.vscode/
.idea/
*.swp
*.swo

# OS metadata
.DS_Store
Thumbs.db
