TensorRT-LLMs/.gitignore
ixlmar 04fa6c0cfc
[TRTLLM-6143] feat: Improve dev container tagging (#5551)
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
2025-07-02 14:56:34 +02:00

71 lines
1021 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
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