From 4bf1811bfda70d98b78fdad8f4b39e95d2a953d8 Mon Sep 17 00:00:00 2001 From: pavsoss Date: Sun, 12 Jul 2026 17:59:03 +0530 Subject: [PATCH] chore: add .ruff_cache and pytest-cache-files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d364158f..cbdb50a2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ __pycache__/ *.pyo *.egg-info/ .pytest_cache/ +.ruff_cache/ +pytest-cache-files-*/ .venv/ venv/ dist/