diff --git a/.gitignore b/.gitignore index 251f3ef8..e9462990 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,10 @@ internal_filesystem/tests # these tests contain actual NWC URLs: tests/manual_test_nwcwallet_alby.py tests/manual_test_nwcwallet_cashu.py + +# Python cache files (created by CPython when testing imports) +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python