Add MicroPython generated files to gitignore
This commit is contained in:
2
.vscode/Pico-W-Stub/uarray.pyi
vendored
2
.vscode/Pico-W-Stub/uarray.pyi
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user