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.
This commit is contained in:
Kumi 2024-08-28 07:28:41 +02:00
parent bf30e323f1
commit fcfe4c4b83
Signed by: kumi
GPG key ID: ECBCC9082395383F

4
.gitignore vendored
View file

@ -3,4 +3,6 @@ __pycache__/
venv/
config.ini
trackbert.db
dist/
dist/
get-contents.py
output