Skip to content

Commit c1bcb03

Browse files
gitignore: Add Python cache files
1 parent 3f54ed8 commit c1bcb03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@ libsecp256k1.pc
6565
/CMakeUserPresets.json
6666
# Default CMake build directory.
6767
/build
68+
69+
### Python
70+
__pycache__/
71+
*.py[oc]

0 commit comments

Comments
 (0)