# MacOS system files
.DS_Store
**/.DS_Store

# Rust build artifacts
/target
**/*.rs.bk

# IDE files
.vscode/
.idea/

# Tesseract and Leptonica build artifacts
/third_party/tesseract/build/
/third_party/leptonica/build/