36 lines
439 B
Plaintext
36 lines
439 B
Plaintext
# 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
|
|
|
|
# Search/cache artifacts
|
|
.searxng-last-request
|
|
|
|
# Python / Node noise
|
|
__pycache__/
|
|
*.pyc
|
|
node_modules/
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|