# Generated by Cargo
# will have compiled files and executables
/target/
/plugin/target/
/fluereflow/target/
# folder that contain test files
/supply-chain/
/output/

# test file formats
*.json
*.xml
*.csv
*.txt

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
/plugin/Cargo.lock
/fluereflow/Cargo.lock

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

# Mac OS autogenerated file
.DS_Store

# Pcap files
*.pcap

# Linux packages
*.deb
*.rpm

# Windows Executable File
*.exe

# Test config file
config.toml

# Test plugins folder
plugins/
