mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
19 lines
136 B
Text
19 lines
136 B
Text
# Python
|
|
/venv
|
|
*.pyc
|
|
*.swp
|
|
**/__pycache__
|
|
|
|
# VSCode
|
|
/.vscode
|
|
|
|
# sqlite
|
|
*.db
|
|
*.db-journal
|
|
|
|
# BookWyrm
|
|
.env
|
|
/images/
|
|
|
|
# Testing
|
|
.coverage
|