From d30758a1d319d5c0b8609c13e07b2b0d7b70e814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 19 May 2023 20:29:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20ignore=20.ruff=5Fcache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .vscode/settings.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cd135b1..7e350e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .direnv +.ruff_cache # https://github.com/github/gitignore/blob/main/Python.gitignore # Basic .gitignore for a python repo diff --git a/.vscode/settings.json b/.vscode/settings.json index a0dc103..279956d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,5 +23,6 @@ "**/__pycache__": true, "**/.mypy_cache": true, "**/.direnv": true, + "**/.ruff_cache": true, }, } \ No newline at end of file