Data nodes starting with "_" are metadata
[mudpy.git] / mudpy / data.py
index 99e6d21..77b2142 100644 (file)
@@ -61,6 +61,8 @@ class Data:
                     if included not in includes:
                         includes.append(included)
                 continue
+            if node.startswith("_"):
+                continue
             facet_pos = node.rfind(".") + 1
             if not facet_pos:
                 mudpy.misc.Element(node, self.universe, self, old_style=True)