We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5596ac4 commit 10c869aCopy full SHA for 10c869a
.gitignore
@@ -14,3 +14,10 @@ internal_filesystem/tests
14
# these tests contain actual NWC URLs:
15
tests/manual_test_nwcwallet_alby.py
16
tests/manual_test_nwcwallet_cashu.py
17
+
18
+# Python cache files (created by CPython when testing imports)
19
+__pycache__/
20
+*.py[cod]
21
+*$py.class
22
+*.so
23
+.Python
0 commit comments