TensorRT-LLMs/.gitignore
Tailing Yuan 85b4a6808d
Refactor: move DeepEP from Docker images to wheel building (#5534)
Signed-off-by: Tailing Yuan <yuantailing@gmail.com>
2025-07-07 22:57:03 +09:00

75 lines
1.1 KiB
Plaintext

__pycache__/
.vscode
*.engine
*.engine.config
*.cache
*.nsys-rep
*.npy
.VSCodeCounter
cpp/build*
build
!tensorrt_llm/bench/build
!builders/
*.egg-info/
.coverage
*.onnx
tmp/
venv/
.venv/
.venv-*/
.python-version
.local/
.hypothesis/
.idea/
dump*/
.trt-internal
*.dot
*.prof
*.log
*.pkl
*.hdf5
*.lock
config.json
/*.svg
cpp/cmake-build-*
cpp/.ccache
cpp/.conan
tensorrt_llm/bin
tensorrt_llm/include
tensorrt_llm/libs
tensorrt_llm/bindings.*.so
tensorrt_llm/bindings.pyi
tensorrt_llm/bindings/**/*.pyi
tensorrt_llm/deep_ep/
tensorrt_llm/deep_ep_cpp_tllm.*.so
tensorrt_llm/deep_ep_cpp_tllm.pyi
*docs/cpp_docs*
*docs/source/_cpp_gen*
docs/source/**/*.rst
!docs/source/examples/index.rst
*.swp
# Testing
.coverage.*
results_trt/
llm-test-workspace/
# build/debug
*.safetensors
*/tllm_debug/**
*.patch
!cpp/tensorrt_llm/deep_ep/*.patch
# Generated files
cpp/include/tensorrt_llm/executor/version.h
cpp/tensorrt_llm/kernels/contextFusedMultiHeadAttention/fmha_v2_cu/
.devcontainer/.env
# User config files
CMakeUserPresets.json
compile_commands.json
*.bin
.dir-locals.el
.devcontainer/devcontainer.env.user
.devcontainer/docker-compose.override.yml