mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
d1737b44bd
TODO - [ ] Delay task (Celery?) - [ ] Store the image in a subfolder unique to the edition, to make cleaning up the image easy - [ ] Clean up the image before replacing it - [ ] Ensure that the image will be cleaned when the edition is deleted ?? - [ ] Use instance custom colors? - [ ] Use book cover color base?
32 lines
235 B
Text
32 lines
235 B
Text
# Python
|
|
/venv
|
|
*.pyc
|
|
*.swp
|
|
**/__pycache__
|
|
.local
|
|
|
|
# VSCode
|
|
/.vscode
|
|
|
|
# sqlite
|
|
*.db
|
|
*.db-journal
|
|
|
|
# BookWyrm
|
|
.env
|
|
/images/
|
|
|
|
# Testing
|
|
.coverage
|
|
|
|
#PyCharm
|
|
.idea
|
|
|
|
#Node tools
|
|
/node_modules/
|
|
|
|
#nginx
|
|
nginx/default.conf
|
|
|
|
#macOS
|
|
**/.DS_Store
|