### Rust ###
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Ignore tarpauline report
tarpaulin-report*
cobertura.xml
lcov.info

# Ignore flamegraphe output
flamegraph.svg
perf.data*


# Ignore all .lock files
**/*.lock

# Ignore all generated files in the benchmark directory
benchs/*.txt
benchs/*.fasta
benchs/fof.*

# This stuff
**/*.DS_Store
**/__pycache__

# misc.
.history/*
Cargo.lock
log_benchs_synthetic.txt 
settings.json
bug
tiny_test/1_out.fa
tiny_test/1.fa
tiny_test/2_out.fa
tiny_test/2.fa
tiny_test/3_out.fa
tiny_test/3.fa
tiny_test/in.fof
tiny_test/out.fof
