From 0e5c392c1b61943372ee50de794e5688b20b9808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 20 May 2023 21:24:47 +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 | 2 +- .vscode/settings.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5677329..7e350e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +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 cefa9fc..e9f4c4c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,5 +22,6 @@ "**/__pycache__": true, "**/.mypy_cache": true, "**/.direnv": true, + "**/.ruff_cache": true, }, } \ No newline at end of file