mirror of
https://github.com/BerriAI/litellm.git
synced 2025-12-06 11:33:26 +08:00
* fix(agentcore): support async agentcore runtime streaming * revert: CLAUDE.md * revert: .gitignore * fix: map runtimeUserId to X-Amzn-Bedrock-AgentCore-Runtime-User-Id header for runtime oauth support
55 lines
633 B
Plaintext
55 lines
633 B
Plaintext
docs
|
|
cookbook
|
|
.circleci
|
|
.github
|
|
tests
|
|
.git
|
|
.devcontainer
|
|
*.tgz
|
|
log.txt
|
|
docker/Dockerfile.*
|
|
|
|
# Claude Flow generated files (must be excluded from Docker build)
|
|
.claude/
|
|
.claude-flow/
|
|
.swarm/
|
|
.hive-mind/
|
|
memory/
|
|
coordination/
|
|
claude-flow
|
|
.mcp.json
|
|
hive-mind-prompt-*.txt
|
|
|
|
# Python virtual environments and version managers
|
|
.venv/
|
|
venv/
|
|
**/.venv/
|
|
**/venv/
|
|
.python-version
|
|
.pyenv/
|
|
__pycache__/
|
|
**/__pycache__/
|
|
*.pyc
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
**/pyvenv.cfg
|
|
|
|
# Common project exclusions
|
|
.vscode
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
.pytest_cache
|
|
.coverage
|
|
htmlcov/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.DS_Store
|
|
node_modules/
|
|
*.log
|
|
.env
|
|
.env.local
|