# editor and OS junk
.idea
**/.DS_Store

# Rust stuff
/target/
**/*.rs.bk

# fpm test
/tests/**/.build


