From 04892822306bf9a01de19cc70bcfc59d7fca9f8f Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Tue, 18 Aug 2026 11:44:36 -0500 Subject: move from fastapi to flask, various cleanups involved --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bdaf325..b81db3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .vscode/ photos/ -photoblog.db -/*.html \ No newline at end of file +/*.html +**/__pycache__/** \ No newline at end of file -- cgit v1.2.3