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:
parent
bf30e323f1
commit
fcfe4c4b83
1 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,3 +4,5 @@ venv/
|
||||||
config.ini
|
config.ini
|
||||||
trackbert.db
|
trackbert.db
|
||||||
dist/
|
dist/
|
||||||
|
get-contents.py
|
||||||
|
output
|
Loading…
Reference in a new issue