From 01c6573f5f06600fee157e697d58509272680fcb Mon Sep 17 00:00:00 2001 From: sasheg Date: Sun, 5 Jul 2026 13:57:48 +0000 Subject: [PATCH] chore: add db and log files to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c3b31bf..974976d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ __pycache__/ *.pyc *.pyo .DS_Store +*.db +*.log +skin_parser_log.txt