'Regex patterns to exclude URLs from the map with specific path patterns.\n\n Use when the user explicitly asks to exclude a specific path from a website.\n\n ex. "Map example.com but exclude the /api/v1 path form the map" ---> ["/api/v1.*"] \n ex. "Map example.com but exclude the /documentation path from the map" ---> ["/documentation/.*"]\n '