2020-02-15 16:36:57 -05:00
|
|
|
# Python
|
2020-01-25 01:32:41 -05:00
|
|
|
/venv
|
|
|
|
*.pyc
|
|
|
|
*.swp
|
2021-03-08 20:16:59 -05:00
|
|
|
**/__pycache__
|
2021-03-25 19:57:20 -04:00
|
|
|
.local
|
2021-12-04 11:28:47 -05:00
|
|
|
/nginx/nginx.conf
|
2020-02-15 16:36:57 -05:00
|
|
|
|
|
|
|
# VSCode
|
|
|
|
/.vscode
|
|
|
|
|
|
|
|
# sqlite
|
2020-02-15 17:03:50 -05:00
|
|
|
*.db
|
|
|
|
*.db-journal
|
2020-02-15 16:36:57 -05:00
|
|
|
|
2020-09-21 11:22:58 -04:00
|
|
|
# BookWyrm
|
2020-02-15 16:36:57 -05:00
|
|
|
.env
|
2020-02-19 22:19:20 -05:00
|
|
|
/images/
|
2020-11-08 14:42:41 -05:00
|
|
|
|
|
|
|
# Testing
|
2021-03-08 20:16:59 -05:00
|
|
|
.coverage
|
2021-03-25 19:57:20 -04:00
|
|
|
|
|
|
|
#PyCharm
|
|
|
|
.idea
|
2021-03-31 10:15:30 -04:00
|
|
|
|
|
|
|
#Node tools
|
2022-02-15 15:25:35 -05:00
|
|
|
node_modules/
|
2022-02-16 15:53:18 -05:00
|
|
|
package-lock.json
|
|
|
|
yarn.lock
|
2021-03-30 09:28:13 -04:00
|
|
|
|
|
|
|
#nginx
|
|
|
|
nginx/default.conf
|
2021-05-24 18:41:53 -04:00
|
|
|
|
|
|
|
#macOS
|
|
|
|
**/.DS_Store
|