You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
184 B

  1. # SPDX-FileCopyrightText: 2019 Adafruit Industries
  2. #
  3. # SPDX-License-Identifier: Unlicense
  4. *.mpy
  5. .idea
  6. __pycache__
  7. _build
  8. *.pyc
  9. .env
  10. build*
  11. bundles
  12. *.DS_Store
  13. .eggs
  14. dist
  15. **/*.egg-info