-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (39 loc) · 807 Bytes
/
.gitignore
File metadata and controls
55 lines (39 loc) · 807 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
# Account files (Bots, Keys, Orders)
profiles/
# Config files: tracked example files live under examples/ (use profiles/ for real secrets)
# The actual runtime secrets belong in profiles/ which is already ignored above
# Node.js
node_modules/
npm-debug.log*
# OS generated files
.DS_Store
Thumbs.db
.env
# IDE
.vscode/
.idea/
# Logs
*.log
.env.pm2
.claude/
.gemini/
*.html
analysis/**/*.json
market_adapter/**/*.json
!**/package.json
!**/package-lock.json
# Test temporary files
tests/tmp/
# Generated files
opencode.json
# Rust dashboard build artifacts
dashboard/target/
# Local helper artifacts
.dexbot-aliases
.codex
# Market adapter runtime/user-specific artifacts
market_adapter/data/
market_adapter/state/
market_adapter/inputs/data/
# Claw runtime/user-specific artifacts
claw/data/