-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.gitignore
More file actions
185 lines (155 loc) · 2.59 KB
/
Copy path.gitignore
File metadata and controls
185 lines (155 loc) · 2.59 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
/target
buildlog
*.log
# Rust specific ignores
# Please follow https://help.github.com/en/articles/ignoring-files to create a global
# .gitignore file locally for IDE/Emacs/Vim generated files.
**/target
**/*.rs.bk
.idea/
**/.idea
# Ignore wallet mnemonic files used for deterministic key derivation
*.mnemonic
# GDB related
**/.gdb_history
# macOS Specific ignores
# General
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Doc generation output
*.md.old
# Vim swap files
*.swp
*.swo
# Emacs backup files
*~
.\#*
.*\#
\#*\#
# Aptos CLI / local testnet files
.aptos
**/*.rdb
# VSCode settings
.vscode/
# Claude Code harness local state
.claude/
# Typescript
# *.env — moved to .env/ specific rule below
node_modules
test_data/data
test_data/certificate
test_data/token
# Cached python files
__pycache__
# ignore framework release bundle file
**/*.mrb
# ignore compiler artifacts
*.dot
*.bytecode
*.log
# data
node*/data/*_db/*
node*/data/*DB/*
site/*
book/site/*
deploy_utils/ansible/server_confs
gravity.json
*.pb
*.svg
/profile/*
# Forge / Solidity ignores
# Foundry Forge
forge-output/
out/
cache/
lib/
# Solidity compilation artifacts
*.sol.json
*.abi
*.bin
*.bin-runtime
# Hardhat (if ever used)
artifacts/
cache/
typechain-types/
# Python specific
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
.venv/
.env/*.env
!.env/*.example
.envrc
# Test outputs
test-results/
test-reports/
coverage/
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/
# Gravity E2E specific
gravity_e2e/output/
gravity_e2e/test_accounts_generated.json
gravity_e2e/contracts_data/
# Forge build outputs (but keep lib dependencies)
gravity_e2e/tests/contracts/**/out/
gravity_e2e/tests/contracts/**/cache/
gravity_e2e/tests/contracts/**/lib/.forge-snapshot
gravity_e2e/tests/contracts/**/broadcast/
gravity_e2e/tests/contracts/**/output/
gravity_e2e/logs/
external/*
cluster/output/
cluster/cluster.toml
cluster/genesis.toml
bin/sentinel/sentinel.toml
gravity_e2e/output/
gravity_e2e/configs/test_accounts_generated.json
__pycache__/
*.egg-info/
# Sentinel
sentinel.toml
sentinel_state.json
gravity_e2e/cluster_test_cases/bridge/mock_anvil_metadata.json
bench_reports/