From: Loup Vaillant Date: Mon, 9 Mar 2020 21:14:40 +0000 (+0100) Subject: git ignore __pycache__ X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=2cdb34e96000e4479187c82fa9b3ed2c1e14e9f2;p=Monocypher.git git ignore __pycache__ --- diff --git a/.gitignore b/.gitignore index f5c7bc3..7bdc427 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ *.su.* tests/formal-analysis/* tests/formal-analysis +**/__pycache__/** *.tar.gz monocypher-*/ doc/html/*.html