trackbert/.gitignore
Kumi fcfe4c4b83
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.
2024-08-28 07:28:41 +02:00

8 lines
No EOL
77 B
Text

*.pyc
__pycache__/
venv/
config.ini
trackbert.db
dist/
get-contents.py
output