From 909fac1c310a74085784273754b152864779fcce Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 25 Oct 2025 15:50:27 +0200 Subject: Ignore __pycache__. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c2e98b..00e214d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ doc/html doc/latex waf-tools/*.pyc .ccls-cache +waf-tools/__pycache__ -- cgit v1.2.3