mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-30 16:47:56 +00:00
* add chainlit sample * readme updates * put team inside run to avoid problems * simplify example and add readme * inform user team is reset --------- Co-authored-by: Hussein Mozannar <hmozannar@microsoft.com>
63 lines
551 B
Plaintext
63 lines
551 B
Plaintext
build
|
|
dist
|
|
|
|
*.egg-info
|
|
|
|
.env
|
|
|
|
*.files
|
|
|
|
venv
|
|
.venv
|
|
.DS_Store
|
|
|
|
.chainlit
|
|
!cypress/e2e/**/*/.chainlit/*
|
|
chainlit.md
|
|
|
|
cypress/screenshots
|
|
cypress/videos
|
|
cypress/downloads
|
|
|
|
__pycache__
|
|
|
|
.ipynb_checkpoints
|
|
|
|
*.db
|
|
|
|
.mypy_cache
|
|
|
|
chat_files
|
|
|
|
.chroma
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
.aider*
|
|
.coverage
|
|
|
|
backend/README.md
|
|
backend/.dmypy.json |