From 10c869a493900988a9642645038d0beeae60a61e Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 18 Nov 2025 15:29:30 +0100 Subject: [PATCH] Add .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) 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