forked from starkware-libs/sequencer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
45 lines (38 loc) · 808 Bytes
/
.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
# Generated by Cargo
# will have compiled files and executables
debug/
target/
ci/
CLI_TARGET/
# 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/*
.vscode/settings.json
/data
/logs
/sequencer_data
/target
/.vscode
# Git hooks
/.husky
/.idea
__pycache__/
.idea/
# Python artifacts.
scripts/__pycache__
# 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
# Generated file used for running contracts compiled with Cairo Native
crates/blockifier/libcairo_native_runtime.a