gitignore: Add Python cache files

This commit is contained in:
Tim Ruffing
2025-04-22 12:13:44 +02:00
parent 3f54ed8c1b
commit c1bcb03276

4
.gitignore vendored
View File

@@ -65,3 +65,7 @@ libsecp256k1.pc
/CMakeUserPresets.json
# Default CMake build directory.
/build
### Python
__pycache__/
*.py[oc]