Allow ignoring anything with certain attributes.
e.g., I might want to ignore any property with the @OptionGroup attribute. Needing to apply // periphery:ignore to each seems redundant.
Maybe allow ignoring based on attribute & construct type (e.g., function parameter, local variable, property, etc.).