# 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/traces/ holds the replay trace files used by the benchmark # (~56 MB each) for convenient transfer between hosts; they would otherwise # live under outputs/ but outputs/ is gitignored. third_party/* !third_party/sglang/ !third_party/traces/ *.log