this repo has no description
1# Generated by Cargo
2# will have compiled files and executables
3debug/
4target/
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
8Cargo.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# Project specific files
17/config.yml
18/development.db
19jetstream_zstd_dictionary
20testdata/local_*
21
22# release hooks
23create-release-*.sh
24.tmp.release_info
25venv/