[05:20:29] WARNING Not Implemented Error `exclude_from_bom` is not yet implemented. This should not currently affect your design, however may throw spurious warnings. See: https://github.com/atopile/atopile/issues/755 Source: main.ato:77:7 76 ❱ 77 module App: 78 │ # --- Signals and Power rails --- Code causing the error: Source: main.ato:87:32 86 │ dfplayer = new DFPlayer_Mini ❱ 87 │ dfplayer.exclude_from_bom = True # Exclude from BOM since it's a module 88 WARNING Not Implemented Error `exclude_from_bom` is not yet implemented. This should not currently affect your design, however may throw spurious warnings. See: https://github.com/atopile/atopile/issues/755 Source: main.ato:77:7 76 ❱ 77 module App: 78 │ # --- Signals and Power rails --- Code causing the error: Source: main.ato:116:28 115 │ hole = new Mechanical ❱ 116 │ hole.exclude_from_bom = True # Exclude from BOM it's just a hole 117