Component
Forge
Describe the feature you would like
We currently collect push bytes from contracts and populate fuzz dictionary with (see #1168). However there's no need to use bytecode metadata as it is not relevant and it only adds noise to dict values.
Additionally, any comments added or removed from test contract affects gas snapshots.
Additional context
No response