# Local configuration (machine-specific paths, do not commit)
manager-config.json

# OpenClaw config backups
*.bak
*.bak.*
*.v*.bak.js

# Temporary / build
/tmp/
*.tar.gz

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Linux
*~

# Node (just in case)
node_modules/
npm-debug.log*
yarn-error.log*
.env.local
