mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-12 21:55:04 -05:00
* Use code executors in notebook. * Add custom code executor guide * Add to gitignore * Update * fix links * link * typo --------- Co-authored-by: Chi Wang <wang.chi@microsoft.com>
40 lines
730 B
Plaintext
40 lines
730 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
package-lock.json
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
docs/reference
|
|
/docs/notebooks
|
|
|
|
docs/tutorial/*.mdx
|
|
docs/tutorial/**/*.png
|
|
!docs/tutorial/assets/*.png
|
|
docs/topics/llm_configuration.mdx
|
|
docs/topics/code-execution/*.mdx
|
|
docs/topics/task_decomposition.mdx
|
|
docs/topics/prompting-and-reasoning/*.mdx
|
|
docs/topics/non-openai-models/*.mdx
|
|
docs/topics/non-openai-models/**/*.py
|
|
docs/topics/non-openai-models/**/*.svg
|
|
docs/topics/code-execution/*.mdx
|
|
docs/topics/groupchat/customized_speaker_selection.mdx
|
|
cell-*-output-*.png
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
/.quarto/
|