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
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,4 +3,6 @@ __pycache__/
|
|||
venv/
|
||||
config.ini
|
||||
trackbert.db
|
||||
dist/
|
||||
dist/
|
||||
get-contents.py
|
||||
output
|
Loading…
Reference in a new issue