mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-27 12:18:30 -05:00
37 lines
622 B
Plaintext
37 lines
622 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
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
/.quarto/
|