From 6f7418c7842c30edc5962c8843457eff650d9cc6 Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Thu, 11 Jul 2024 10:11:38 +0200 Subject: [PATCH] Ignore __pycache__/ directories --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index db81adda7..c2254a62b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ # created by pyenv .python-version +# generated by CPython +__pycache__/ + # used for local development Makefile