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]