bookwyrm-mastodon/.gitignore

20 lines
136 B
Plaintext
Raw Normal View History

2020-02-15 16:36:57 -05:00
# Python
2020-01-25 01:32:41 -05:00
/venv
*.pyc
*.swp
2021-03-08 20:16:59 -05:00
**/__pycache__
2020-02-15 16:36:57 -05:00
# VSCode
/.vscode
# sqlite
2020-02-15 17:03:50 -05:00
*.db
*.db-journal
2020-02-15 16:36:57 -05:00
2020-09-21 11:22:58 -04:00
# BookWyrm
2020-02-15 16:36:57 -05:00
.env
/images/
2020-11-08 14:42:41 -05:00
# Testing
2021-03-08 20:16:59 -05:00
.coverage