Add .gitignore

This commit is contained in:
Thomas Farstrike
2025-11-18 15:29:30 +01:00
parent 5596ac42b5
commit 10c869a493
+7
View File
@@ -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