Files
mcp_screen/.gitignore
T
2026-06-21 21:27:06 -04:00

41 lines
553 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
# iPhone app build output
iphone_app/.manual_build/
iphone_app/.manual_pkg/
iphone_app/.theos/
iphone_app/packages/
# 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