-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 981 Bytes
/
.gitignore
File metadata and controls
52 lines (45 loc) · 981 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
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Temporary files
*.tmp
*.bak
*.swp
*~
temp_*.bin
# IDE
.idea/
.vscode/
*.xcworkspace
*.xcuserdata
# Build artifacts
build/
dist/
# Generator script (private — not for public distribution)
generate_boost_file.py
# Backups directory
backups/
# ===========================================
# LEGACY FILES (no longer used)
# All data is now in unified zipherx_boost_v1.bin
# ===========================================
block_hashes.bin
block_timestamps.bin
block_timestamps_manifest.json
commitment_tree.bin
commitment_tree.bin.zst
commitment_tree_manifest.json
commitment_tree_serialized.bin
manifest.json
reliable_peers.json
shielded_outputs.bin
shielded_outputs.bin.zst
shielded_outputs_manifest.json
# ===========================================
# UNIFIED BOOST FILE
# Distributed via GitHub Releases only
# ===========================================
zipherx_boost_v1.bin
zipherx_boost_v1.bin.zst
zipherx_boost_v1.bin.zst.part*