716 books can be on multiple shelves, but only on one shelf for reading status
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
*.pyc
|
||||
*.swp
|
||||
**/__pycache__
|
||||
.local
|
||||
|
||||
# VSCode
|
||||
/.vscode
|
||||
@ -17,3 +18,6 @@
|
||||
|
||||
# Testing
|
||||
.coverage
|
||||
|
||||
#PyCharm
|
||||
.idea
|
||||
|
Reference in New Issue
Block a user