# Rust / Cargo
target/
**/*.rs.bk
Cargo.lock
*.pdb

# Build artifacts
platform-libs/
*.dylib
*.so
*.dll
*.a

# IDEs
.vscode/
.idea/
*.iml

# macOS
.DS_Store

# Test results
test-results/
test-data/results/
*_prepared.*
*_signed.*
*_c2patool_result.json
manifest.json
signed_image_*.jpg
output_*.jpg

# Environment
.env
*.log
