broaden .gitignore
This commit is contained in:
parent
6b97f6cbff
commit
8be760e8af
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue