/ .gitignore
.gitignore
 1  # SPDX-FileCopyrightText: 2023 Jose D. Montoya
 2  #
 3  # SPDX-License-Identifier: MIT
 4  
 5  *.mpy
 6  __pycache__
 7  *.pyc
 8  _build
 9  *.egg-info
10  .env
11  .venv
12  *.DS_Store
13  .idea
14  .vscode
15  *~