From 69b1985d124afc2897a603ce238eb400c771f91e Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 8 Apr 2026 15:42:30 +0500 Subject: git: ignore cache directories for mypy, pytest, and ruff --- files/.gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'files') diff --git a/files/.gitignore b/files/.gitignore index 520a894..cb82436 100644 --- a/files/.gitignore +++ b/files/.gitignore @@ -38,6 +38,9 @@ id_ed25519 # Python *.pyc __pycache__ +.mypy_cache/ +.pytest_cache/ +.ruff_cache/ # Infinitest infinitest.filters -- cgit v1.2.3