1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-03-10 13:42:27 +00:00
bookwyrm/.gitignore
2021-12-04 08:28:47 -08:00

33 lines
253 B
Text

# Python
/venv
*.pyc
*.swp
**/__pycache__
.local
/nginx/nginx.conf
# VSCode
/.vscode
# sqlite
*.db
*.db-journal
# BookWyrm
.env
/images/
# Testing
.coverage
#PyCharm
.idea
#Node tools
/node_modules/
#nginx
nginx/default.conf
#macOS
**/.DS_Store