We have a use case for IP addresses as keys, but this runs into a conflict with the Box dotted notation: ``` areas: 0.0.0.1: kind: stub ``` becomes ``` areas: 0: 0: 0: 1: etc. ``` Would it be possible to add a regular expression for keys excluded from dot expansion?