Files
MicroPythonOS/.gitignore
T
Thomas Farstrike 519ceaae6f webrepl: support access from LAN, without internet
Host everything on the device itself, rather than redirecting
to https://micropython.org/webrepl/ because that doesn't work when
there is not internet, including when the device is in Access Point
mode.

This was a bit slow, because of the many files and being pretty large,
but the inline_minify_webrepl.py makes this much better and brings it
down to around 1s to load the page, versus 20 seconds.

The minification also reduces the size from around 160KB to 80KB.
2026-03-05 11:17:25 +01:00

39 lines
735 B
Plaintext

.*
!.github
!.gitignore
trash/
conf.json*
# auto created when running on desktop:
internal_filesystem/SDLPointer_2
internal_filesystem/SDLPointer_3
# config files etc:
internal_filesystem/data
internal_filesystem/sdcard
internal_filesystem/tests
internal_filesystem_excluded/
# these tests contain actual NWC URLs:
tests/manual_test_nwcwallet_alby.py
tests/manual_test_nwcwallet_cashu.py
tests/manual_test_nwcwallet_coinos.py
# Python cache files (created by CPython when testing imports)
__pycache__/
*.py[cod]
*$py.class
*.so
# these get created by the build system, don't know why:
c_mpos/c_mpos
# build files
*.bin
# auto created by inline_minify_webrepl.py
internal_filesystem/builtin/html/webrepl_inlined_minified.html