64 lines
607 B
Plaintext
64 lines
607 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
frontend/node_modules
|
|
**/package-lock.json
|
|
/.pnp
|
|
.pnp.js
|
|
node_modules/
|
|
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# cookbook
|
|
cookbook/_build
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.template
|
|
__pycache__/
|
|
*.db
|
|
*.rdb
|
|
*.egg-info/
|
|
|
|
# IDEs and editors
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
openapi-ts*.log
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Linux
|
|
*~
|
|
|
|
# Python
|
|
*.py[cod]
|
|
*$py.class
|
|
uv.lock
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|