From c1bcb03276a0848102f26050334fc04a3081a77b Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Tue, 22 Apr 2025 12:13:44 +0200 Subject: [PATCH] gitignore: Add Python cache files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index bffba8cb..ce33a84a 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,7 @@ libsecp256k1.pc /CMakeUserPresets.json # Default CMake build directory. /build + +### Python +__pycache__/ +*.py[oc]