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

@@ -12,7 +12,7 @@ floating-point support).
from _typeshed import Incomplete, Incomplete as Incomplete
from typing import Any, List, Optional
class array:
class array(List):
"""
Create array with elements of given type. Initial contents of the
array are given by *iterable*. If it is not provided, an empty