forked from aejontargaryen/fuego-testnet
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
111 lines (101 loc) 路 1.54 KB
/
Copy path.gitignore
File metadata and controls
111 lines (101 loc) 路 1.54 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Rust build artifacts
target/
**/*.rs.bk
# Cargo
Cargo.lock
# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*~
# Claude Code: ignore local noise, keep shared automations committable
.claude/*
!.claude/settings.json
!.claude/skills/
!.claude/skills/**
!.claude/agents/
!.claude/agents/**
!.claude/hooks/
!.claude/hooks/**
.claude/settings.local.json
.opencode/
.zed/
.serena/
/usexfg-website
/digm-platform
/CMakeFiles
/competitor_data
/monerotestnet
/testnet-data
/testnet-data2
# OS files
.DS_Store
Thumbs.db
# Fuego clutter
graphify-out/
full_diff.txt
changed_files.txt
src_changed.txt
test_specialist_report.txt
*.log
# Backup files
*.bak
*.backup
*.tmp
.dsp
__pycache__
fuego_blockchain_specialist.py
fuego_specialist_config.json
rag_system.py
payment_gate.log
mcp_server.py
codebase_mapper.py
analyze_fuego_code.py
AGENTS.md
contrib/
contracts/*
!contracts/point-timelock/
mcp/
sim_out/
fuego_rag/
/CMakeFiles/
/src/CMakeFiles/*
/build
/build-check/
/build_swap_daemon/
/xfg-stark-v3
__pycache__/
*.pyc
build-test/
.worktrees/
# Built binaries / local compile outputs (rebuild from source)
dashboard/fuego-dashboard
dashboard/fuego-dashboard.exe
swapxfg/swapxfg
swapxfg/swapxfg.exe
swapxfg/build/
tui/fuego-tui
tui/fuego-tui.exe
tui-testnet/fuego-tui
tui-testnet/fuego-tui.exe
**/fuego-dashboard
**/fuego-dashboard.exe
# Common CMake/Make install bins at repo root
/fuego
/fuegod
/fire_wallet
/simplewallet
/xfg-swapd
/connectivity_tool
/miner
*.o
*.a
*.dylib
*.so
*.dll
# Local agent / brainstorm noise
.superpowers/
# Local build dirs
/build_check/
/build_presig/