gitignore: Add Python cache files
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -65,3 +65,7 @@ libsecp256k1.pc
|
||||
/CMakeUserPresets.json
|
||||
# Default CMake build directory.
|
||||
/build
|
||||
|
||||
### Python
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
|
||||
Reference in New Issue
Block a user