circuitpython-deploy 0.1.2

Fast, reliable CircuitPython project deployment tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Basic .cpdignore for LED blink example

# Development files
*.test.py
test_*
docs/

# IDE files
.vscode/
.idea/

# Backup files
*.bak
*.tmp

# Documentation (this project is simple enough)
README.md