From e4478d4a427aa72c2fb0637cf5b8b77d487c77e1 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 25 Aug 2023 07:44:22 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f7df281..d13a833 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ __pycache__/ venv/ config.ini -trackbert.db \ No newline at end of file +trackbert.db +dist/ \ No newline at end of file