From 4b4707f60360a86b7f40102f5d13ad3eb25a6c87 Mon Sep 17 00:00:00 2001
From: Konrad Mohrfeldt <konrad.mohrfeldt@farbdev.org>
Date: Fri, 7 Apr 2023 02:02:56 +0200
Subject: [PATCH] chore: ignore .cache dir

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 69da0bf5..76aa6682 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,6 @@ db.sqlite3
 .mypy_cache
 *.pyc
 .pytest_cache
+.cache/
 static/
 steering_data_model.png
-- 
GitLab