mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
* Add documentation for jupyter code executor * formatting * move to notebooks * formatting * update docs, fix badge bug * fix lints * pprint * stop server
29 lines
381 B
Plaintext
29 lines
381 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
package-lock.json
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
docs/reference
|
|
/docs/notebooks
|
|
|
|
docs/topics/llm_configuration.mdx
|
|
docs/topics/code-execution/jupyter-code-executor.mdx
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
/.quarto/
|