-
Notifications
You must be signed in to change notification settings - Fork 307
/
.gitignore
71 lines (58 loc) · 1.01 KB
/
.gitignore
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
# IDE
.vscode
.idea
# Python
__pycache__
venv
# starknet
deployments/*
!deployments/mainnet/
!deployments/sepolia/
!deployments/staging/
!deployments/staging-core/
artifacts
build
#foundry
out
cache
/broadcast
.DS_Store
.env
lint.sarif
kakarot.code-workspace
coverage/*
resources/*
logs
tests/ef_tests/test_data
!tests/ef_tests/test_data/.gitkeep
bin/
dist
# test data
*.pb.gz
.hypothesis
profile*.png
*.trace
*.memory
*.air_private_input.json
*.air_public_input.json
.DS_Store
.idea
node_modules
*.snfoundry_cache
cairo/kakarot-ssj/target
cairo/kakarot-ssj/cache/
cairo/kakarot-ssj/scripts/libcairo_native_runtime.a
__pycache__
*.snfoundry
# aws_lambda
aws_lambda/fee_balancer/data
aws_lambda/fee_balancer/build
aws_lambda/fee_balancer/deployments
aws_lambda/fee_balancer/constants.py
aws_lambda/fee_balancer/starknet.py
aws_lambda/relayers_observer/data
aws_lambda/relayers_observer/build
aws_lambda/relayers_observer/deployments
aws_lambda/relayers_observer/constants.py
aws_lambda/relayers_observer/starknet.py
cdk.out