1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-01-02 13:28:43 +00:00
bookwyrm/.gitignore
2020-11-08 11:42:41 -08:00

18 lines
No EOL
120 B
Text

# Python
/venv
*.pyc
*.swp
# VSCode
/.vscode
# sqlite
*.db
*.db-journal
# BookWyrm
.env
/images/
# Testing
.coverage