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

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

# Logging
*.log

# Flamegraph stuff
rust-unmangle
*.svg
*.data

# IntelliJ
.idea/

# Heaptrack files
*.zst

# For testing
sample_configs/testing.toml

# Wix
/wix/
