20 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			241 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
 | |
| #
 | |
| # SPDX-License-Identifier: Unlicense
 | |
| 
 | |
| *.mpy
 | |
| .idea
 | |
| __pycache__
 | |
| _build
 | |
| *.pyc
 | |
| .env
 | |
| .python-version
 | |
| build*/
 | |
| bundles
 | |
| *.DS_Store
 | |
| .eggs
 | |
| dist
 | |
| **/*.egg-info
 | |
| .vscode
 | |
| *~
 |