.venv/
__pycache__/
*.egg-info/
*.pyc
dist/
build/
.pytest_cache/
.modal_cache/
*.onnx
*.onnx.data
*.trt
*.engine
reflex_export/
**/reflex_export/

# Reference repos — local shallow clones of competitor OSS for serve work.
# See reflex_context/01_decisions/2026-04-22-reference-repos-folder.md.
# Ignore the cloned source dirs but commit our .md design docs at the top.
reference/triton/
reference/vllm/
reference/tgi/
reference/ray/
reference/trtllm/
reference/lerobot/
reference/openpi/

# Editor-agent session logs (never commit — were leaked to public repo in Apr 2026)
.agents/

# License backup from BSL switch
LICENSE.apache.bak
