Skip to content

Commit 10c869a

Browse files
Add .gitignore
1 parent 5596ac4 commit 10c869a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ internal_filesystem/tests
1414
# these tests contain actual NWC URLs:
1515
tests/manual_test_nwcwallet_alby.py
1616
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

Comments
 (0)