19 lines
255 B
Plaintext
19 lines
255 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/
|
|
*.log
|