Files
agentic-pd-hybrid/.gitignore
Claude Code Agent 552f3f564e chore(submodule): add third_party/agentic-kvcache submodule
Pinned to scaleaisys/projects/agentic-kvcache.git HEAD. Whitelisted
in .gitignore alongside third_party/sglang/.
2026-05-13 13:59:05 +08:00

20 lines
285 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
src/*.egg-info
# Virtual environments
.venv
.deps/
outputs/
# Vendored dependencies. Track only the maintained SGLang fork/snapshot.
third_party/*
!third_party/sglang/
!third_party/agentic-kvcache/
*.log