Organizing the plugins in a project

I’m trying to figure out how to organize my project with multiple plugins. It looks like these are all dropped into the Plugins/iOS folder so after the fact I’ll have no idea anymore what file belongs to which plugin?

This makes removing and updating plugins kinda difficult. What are some good strategies for dealing with this?

Make a folder for each plugin and place them inside:

Plugins/iOS/MyPlugin1
Plugins/iOS/MyPlugin2
Plugins/Android/MyPlugin1
Plugins/Android/MyPlugin2