Skip to content

Commit 13906b7

Browse files
Merge #1669: gitignore: Add Python cache files
c1bcb03 gitignore: Add Python cache files (Tim Ruffing) Pull request description: ACKs for top commit: theStack: ACK c1bcb03 Tree-SHA512: 60db92e01145787e742f4852770b60eb006593d14d7f862a0b248c21f5bc458cb099e3907833aed18f02465c7ec3c1aee208a24c456837fde2bd9c2556998f74
2 parents 70f149b + c1bcb03 commit 13906b7

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)