22 lines
243 B
Plaintext
Raw Normal View History

2018-10-09 11:11:51 +10:00
clientcred.secret
usercred.secret
run.sh
corpus.txt
meme.jpg
2021-07-26 06:03:29 +00:00
# backup files
*~
*.db
*.db-journal
*.db-wal
*.db-shm
2020-03-08 19:46:07 +10:00
__pycache__/
2019-01-11 22:12:31 +10:00
.vscode/
2019-01-11 22:47:42 +10:00
.editorconfig
2019-02-07 10:27:24 -05:00
.*.swp
# couldn't decide on a config format lol
2021-07-26 06:03:29 +00:00
*.json
*.toml
!*.defaults.json
2021-06-04 23:57:40 +03:00
venv/
.venv/