Great work, thank you! I wonder if there is any way to add a comments to the file. My use-case is to add a decoded version of the path I added for better readability. Now: (ony encoded) ` Disallow: */%D0%B7%D0%B0%D0%BF%D0%B8%D1%82%D0%B2%D0%B0%D0%BD%D0%B5$ ` Future: (+ decoded as comment) ``` ... Disallow: */%D0%B7%D0%B0%D0%BF%D0%B8%D1%82%D0%B2%D0%B0%D0%BD%D0%B5$ # Disallow: */запитване$ ... ```