-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (51 loc) · 1.33 KB
/
.gitignore
File metadata and controls
64 lines (51 loc) · 1.33 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
# Generated by Cargo
# will have compiled files and executables
debug/
target/
ci/
CLI_TARGET/
# Third-party build cache (e.g., proving-utils for stwo_run_and_prove)
target/third_party/
# Local tools built from external repos (e.g., stwo_run_and_prove)
target/tools/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
*.egg-info
/build
dist
target
*/.vscode/*
*.DS_Store
tmp_venv/*
sequencer_venv/*
.vscode/settings.json
/data
/logs
/target
/.vscode
/.idea
__pycache__/
.idea/
**/.venv
# Native blockifier artifacts.
/crates/native_blockifier/build
# Python artifacts.
scripts/__pycache__
monitoring_venv/
# echonet deploy-time generated bundle for kustomize
echonet/k8s/echonet/generated/
# Papyrus p2p sync test artifacts.
scripts/papyrus/p2p_sync_e2e_test/data_client/
scripts/papyrus/p2p_sync_e2e_test/data_server/
# Papyrus helm chart
deployments/papyrus/helm/config/*
!deployments/papyrus/helm/config/example.json
integration_test_temporary_logs
# Cairo 1 compiled artifacts (deprecated, generated on-demand, cached in target/).
crates/blockifier_test_utils/resources/feature_contracts/cairo1/compiled/*.json
crates/blockifier_test_utils/resources/feature_contracts/cairo1/sierra/*.json
# Claude Code local config
.claude*.local*
.claude/*.local*