broaden .gitignore

This commit is contained in:
io 2021-07-26 06:03:29 +00:00
parent 6b97f6cbff
commit 8be760e8af

15
.gitignore vendored
View File

@ -3,16 +3,19 @@ usercred.secret
run.sh
corpus.txt
meme.jpg
toots.db
toots.db-journal
toots.db-wal
toots.db-shm
# backup files
*~
*.db
*.db-journal
*.db-wal
*.db-shm
__pycache__/
.vscode/
.editorconfig
.*.swp
# couldn't decide on a config format lol
config.json
config.toml
*.json
*.toml
!*.defaults.json
venv/
.venv/