Prevent forced re-downloads and re-installations by not cleaning: - ~/Library/Caches/CocoaPods (spec repo cache) - ~/.cache/flutter (engine/artifacts cache) - ~/.pub-cache (Dart package cache) Also standardize redirection syntax to '> /dev/null' for consistency. Fixes #334