From 05912ec8a5dbf441de75f59fe0c4be7398954b7b Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 10 Apr 2024 08:38:25 +0200 Subject: [PATCH] ignore .venv and all stull in the storage dir --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ef0314c..54efad1 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ config.py live-config.py routes.py .env +.venv +storage