36 lines
437 B
Plaintext
36 lines
437 B
Plaintext
# Local-only CircuitPython configuration / secrets
|
|
settings.toml
|
|
.env
|
|
|
|
# Firmware downloads and generated bundles
|
|
firmware/
|
|
*.bin
|
|
*.uf2
|
|
*.zip
|
|
|
|
# Temporary generated media and screenshots
|
|
*.pbm
|
|
*.png
|
|
*.pcm
|
|
*.wav
|
|
|
|
# Python temporary files
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
|
|
# Log files
|
|
desktop_client/*.log
|
|
|
|
# Helper scripts and datasheets
|
|
deploy_main_serial.py
|
|
dtr_reset.py
|
|
hard_reset.py
|
|
pcm2wav.py
|
|
plot_audio.py
|
|
*.pdf
|
|
|
|
|