# Generated files
target/

# Cargo lock file
# not ignoring because the project is for a binary and not a crate
#Cargo.lock

# Build artifacts
**/*.rs.bk

# Editor-specific temporary files
*~
*.swp

# macOS specific files
.DS_Store

# Rust toolchain
.rustc_info.json

# Ignore files generated by rustfmt
**/*.rs.bk
**/*.rs.orig
**/*.rs.patch

# test assets
test_assets/exif-to-name/*.jpg
test_assets/exif-to-name/*.jpeg
test_assets/name-to-exif/*.jpg
test_assets/name-to-exif/*.jpeg
*.log
*.jpg
*.jpeg
