Files
MicroPythonOS/.gitignore
T
JensDiemer 95cb228001 Use a dot-whitelist
I use PyCharm. So there is the .idea directory to exclude. But exclude every variant of these are
boring. So i use this idea: Exclude all dot stuff and include the needed one.
2026-02-12 12:46:12 +01:00

33 lines
571 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:
c_mpos/c_mpos