-
Notifications
You must be signed in to change notification settings - Fork 418
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (73 loc) · 797 Bytes
/
.gitignore
File metadata and controls
89 lines (73 loc) · 797 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
80
81
82
83
84
85
86
87
88
89
*ATTIC*
/build
/build-cross
bin
dump
unit-test
tmp
frontend
.DS_Store
genhtml/
target/
*.lcov
*.profraw
*.profdata
/report
flamegraph.html
perf.data
perf.data.old
# GDB
.gdb_history
# Clangd
.cache
/.clangd
compile_commands.json
# Rust
**/Cargo.lock
# Dependencies
opt/
opt-msan/
deps-bundle.tar.zst
# Nix
/result
# Vimdiff
*.orig
# Vim
*.swp
*.swo
# VSCode
.vscode
# JetBrains
.fleet
.idea
# Packet Captures
*.pcap
*.pcapng
# Logs
*.log
# VitePress docs
/book/.vitepress/cache
/book/.vitepress/dist
/book/node_modules
/book/bun.lock
/book/bun.lockb
# TVU
/mainnet.toml
/testnet.toml
/privatenet.toml
/localnet.toml
/sim.toml
/backtest.toml
/mainnet.sh
/testnet.sh
/privatenet.sh
/localnet.sh
/sim.sh
/backtest.sh
# Python
venv
.venv
*.pyc
*.egg-info/
# Fuchsia trace format
*.fxt