# SPDX-FileCopyrightText: 2019 Adafruit Industries
|
|
#
|
|
# SPDX-License-Identifier: Unlicense
|
|
|
|
*.mpy
|
|
.idea
|
|
__pycache__
|
|
_build
|
|
*.pyc
|
|
.env
|
|
build*
|
|
bundles
|
|
*.DS_Store
|
|
.eggs
|
|
dist
|
|
**/*.egg-info
|