From fcfe4c4b8302b8c5ad10a972917529a8330daf8e Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 28 Aug 2024 07:28:41 +0200 Subject: [PATCH] chore: update .gitignore to exclude new directories and files Added get-contents.py and output directory to the .gitignore to prevent unnecessary files from being tracked. This helps in maintaining a cleaner repository by keeping only relevant files. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d13a833..7904b39 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ __pycache__/ venv/ config.ini trackbert.db -dist/ \ No newline at end of file +dist/ +get-contents.py +output \ No newline at end of file