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 run.sh
corpus.txt corpus.txt
meme.jpg meme.jpg
toots.db # backup files
toots.db-journal *~
toots.db-wal *.db
toots.db-shm *.db-journal
*.db-wal
*.db-shm
__pycache__/ __pycache__/
.vscode/ .vscode/
.editorconfig .editorconfig
.*.swp .*.swp
# couldn't decide on a config format lol # couldn't decide on a config format lol
config.json *.json
config.toml *.toml
!*.defaults.json
venv/ venv/
.venv/ .venv/