-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
79 lines (65 loc) · 944 Bytes
/
.gitignore
File metadata and controls
79 lines (65 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Dependencies
node_modules/
# Environment and secrets
.env
.env.local
.env.*.local
*.key
*.pem
secrets/
credentials/
# Config files with sensitive data
config/local.json
config/secrets.json
# Memory and runtime
memory/pipeline/*.json
memory/contacts/*.json
memory/x402/transactions.json
# Logs
logs/
*.log
npm-debug.log*
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Build artifacts
dist/
build/
*.tgz
# Test coverage
coverage/
# Python
__pycache__/
*.pyc
.pytest_cache/
# Agent scratchpad (runtime data)
data/scratchpad/
# Temporary files
tmp/
temp/
*.tmp
# OpenClaw config (contains API keys and tokens)
openclaw.json
.openclaw/
workspace-init/.config/buzz/intel-sources.json
workspace-init/.config/buzz/intel-sources.json
deploy.yaml
*.bak
deploy*.yaml
*.db
*.db-shm
*.db-wal
# API keys
*.env
.env.*
.env.heyanon
.env.heyanon
# Solana deployer keys
.solana-deployer.json
*.solana-keypair.json
.env.solana