Add MicroPython generated files to gitignore

This commit is contained in:
Ádám Kovács
2023-11-24 23:32:43 +01:00
parent 46669dc268
commit aa369fec09
26 changed files with 715 additions and 245 deletions

View File

@@ -46,7 +46,7 @@ class ScanResult:
connectable: bool
def __init__(self, device) -> None: ...
def _update(self, adv_type, rssi, adv_data): ...
def __str__(self): ...
def __str__(self) -> str: ...
def _decode_field(self, *adv_type) -> Generator[Incomplete, None, None]: ...
def name(self): ...
def services(self) -> Generator[Incomplete, None, None]: ...