From 7ee89c7422e7c75a5e9bac65bb50f1b0765a5b3b Mon Sep 17 00:00:00 2001 From: Peter Baumgartner Date: Fri, 9 Feb 2024 23:23:49 -0700 Subject: [PATCH] Ignore ruff cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 22f0169..31ad192 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc __pycache__ .venv +/.ruff_cache *.egg-info /{{ project_name }}.yml /staticfiles