From e9a905bdc0c10f9437e9debb9edafa411cc02419 Mon Sep 17 00:00:00 2001 From: byczong Date: Mon, 30 Dec 2024 17:47:01 +0100 Subject: [PATCH] add ruff, pytest cache to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e84297a8d..90c978d1b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ __pycache__ .turbo .next .vercel +.pytest_cache +.ruff_cache *storybook.log storybook-static