twoot/.gitignore

9 lines
63 B
Plaintext
Raw Normal View History

2020-03-22 10:58:15 +00:00
.idea/
.vscode/
venv/
*.secret
*.sh
2021-06-01 09:06:57 +00:00
*.log
2020-03-22 10:58:15 +00:00
twoot.db
2020-04-09 16:41:51 +00:00
__pycache__