/ .gitignore
.gitignore
 1  # SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
 2  #
 3  # SPDX-License-Identifier: Unlicense
 4  
 5  .venv
 6  .env
 7  .python-version
 8  
 9  *.pyc
10  
11  .pytest*
12  __pycache__
13  
14  .cookie_test/
15  
16  .vscode/