716 books can be on multiple shelves, but only on one shelf for reading status

This commit is contained in:
Pablo Barton
2021-03-25 19:57:20 -04:00
parent 4095580ef0
commit daf69d2375
6 changed files with 102 additions and 41 deletions

4
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.pyc
*.swp
**/__pycache__
.local
# VSCode
/.vscode
@ -17,3 +18,6 @@
# Testing
.coverage
#PyCharm
.idea