/ .gitignore
.gitignore
 1  # Generated by Cargo
 2  # will have compiled files and executables
 3  debug/
 4  target/
 5  
 6  # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
 7  # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
 8  # Cargo.lock
 9  
10  # These are backup files generated by rustfmt
11  **/*.rs.bk
12  
13  # MSVC Windows builds of rustc generate these, which store debugging information
14  *.pdb
15  
16  # Default database location for the ledger
17  /*ledger.*.db/
18  
19  # Default database location for the consensus
20  /*chain.*.db/
21  
22  # Insta not-yet reviewed snapshots
23  *.snap.new
24  
25  # Files downloaded for the demo
26  /snapshots/
27  
28  # Files for local coverage reports
29  coverage/
30  
31  # RustRover
32  #  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
33  #  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
34  #  and can be added to the global gitignore or merged into this file.  For a more nuclear
35  #  option (not recommended) you can uncomment the following to ignore the entire idea folder.
36  .idea/
37  *~
38  
39  # Cardano node support files
40  /cardano-node-config/
41  
42  # llvm-cov generated file
43  lcov.info
44  .aider*
45  
46  **/proptest-regressions/**
47  
48  heaptrack.*.gz
49  
50  # Ledger conformance tests, for now only versioned as an archive.
51  crates/amaru-ledger/tests/data/rules-conformance