TensorRT-LLMs/.gitignore
nv-guomingz 62cfe74f5f
chore:update .gitignore for doc building task. (#3993)
Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com>
2025-05-07 17:45:18 +08:00

67 lines
856 B
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
*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
# Generated files
cpp/include/tensorrt_llm/executor/version.h
# User config files
CMakeUserPresets.json
compile_commands.json
*.bin
.dir-locals.el