# Secrets / local env
.env
.env.*
*.pem
*.key
*.p12
*.pfx

# OpenClaw credentials and runtime state
.openclaw/credentials/
.openclaw/workspace-state.json

# Local workspace runtime data (high churn)
.clawhub/
bin/
patches/
external/

# Logs and local runtime artifacts
logs/
*.log
memory/*.tmp
tmp/

# Search/cache artifacts
.searxng-last-request

# Python / Node noise
__pycache__/
*.pyc
node_modules/

# OS/editor noise
.DS_Store
*.swp
*.swo
