From f6536761bc4d1fb7733162559cfc7a8b07676565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Kristian=20Hamre?= Date: Tue, 29 Jul 2025 19:33:17 +0200 Subject: [PATCH] Add public ignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 04e619d..baf48c4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ __pycache__/ *.db *.log reddit_stock_analyzer.egg-info/ -images/ \ No newline at end of file +images/ +public/ \ No newline at end of file