.idea
.vs/
.vscode/
.helix
[Bb]inlog/
[Bb][Uu][Ii][Ll][Dd]/
[Oo][Bb][Jj]/
[Oo][Uu][Tt]/
[Tt][Mm][Pp]/

**/.idea
**/.vscode/
**/[Bb]inlog/
**/[Dd]ebug/
**/[Oo][Bb][Jj]/
**/[Oo][Uu][Tt]/
**/[Rr]elease/
**/[Tt][Mm][Pp]/
**/*.etcd

.markdownlint.json
CMakeCache.txt
*.log
*.binlog
*.[Dd][Ll][Ll]
*.[Ll][Ii][Bb]
*.[Ss][Ll][Nn]
.*.[Ss][Ww][Pp]
*.[Tt][Ee][Mm][Pp]
*.[Tt][Mm][Pp]
*.[Uu][Ss][Ee][Rr]
*.vcxproj
*.vcxproj.filters
*_pb2.py
*_pb2.pyi
*.svg

*pytest_report.md
*pytest_report.xml

**/__pycache__
**/venv
**/.venv
*.cache

# Examples
*generated.json
workflow_params_*.json
hf_downloads/
logs/
tensorrtllm_models/
tensorrtllm_checkpoints/
tensorrtllm_engines/
api_server_models/
server/
# Replay/Snapshot test artifacts
*.new

**/*backups*

### Rust ###
# Generated by Cargo
# will have compiled files and executables
debug/
target/
llm_engine.h

### Virtual Environment ###
.venv/

### Ruff ###
.ruff_cache/

### Python ###
__pycache__/
*.py[cod]
*$py.class
*.so

### Helm ###
*.tgz
Chart.lock
generated-values.yaml

.build/
**/.devcontainer/.env
TensorRT-LLM

# Local build artifacts for devcontainer
.build/
# Copied binaries to ignore
deploy/dynamo/sdk/src/dynamo/sdk/cli/bin