2024-11-30 10:50:55 +00:00
|
|
|
#Python
|
2019-09-30 22:39:11 +00:00
|
|
|
.eggs/
|
|
|
|
*.egg-info
|
|
|
|
__pycache__/
|
2019-10-13 14:19:32 +00:00
|
|
|
.mypy*/
|
2024-11-30 10:50:55 +00:00
|
|
|
|
|
|
|
# Sphinx
|
|
|
|
build/
|
|
|
|
|
|
|
|
# IDE
|
2019-10-13 14:19:32 +00:00
|
|
|
.vscode/
|
2024-12-18 23:35:29 +00:00
|
|
|
.idea/
|
2024-12-18 00:38:31 +00:00
|
|
|
*.db
|
2024-12-18 23:35:29 +00:00
|
|
|
|
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
node_modules/
|
|
|
|
.pnp/
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
coverage/
|
|
|
|
|
|
|
|
# production
|
|
|
|
build/
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|