namespace Cleanuparr.Domain.Enums; public enum PatternMode { /// /// Delete all except those that match the patterns /// Exclude, /// /// Delete only those that match the patterns /// Include }