-
Notifications
You must be signed in to change notification settings - Fork 923
Expand file tree
/
Copy path.gitignore
More file actions
141 lines (118 loc) · 2 KB
/
.gitignore
File metadata and controls
141 lines (118 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
.idea
.vs/
.vscode/
.helix
issues/
plans/
*rendered.Dockerfile
[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
!docs/assets/**/*.svg
*pytest_report.md
*pytest_report.xml
# Test artifacts and output directories
*.shakespeare.txt
test_determinism_*/
**/__pycache__
**/venv
**/.venv
*.cache
# Examples
*generated.json
workflow_params_*.json
hf_downloads/
logs/
tensorrtllm_models/
tensorrtllm_checkpoints/
tensorrtllm_engines/
api_server_models/
server/
!lib/gpu_memory_service/server/
# Replay/Snapshot test artifacts
*.new
lib/llm/tests/data/sample-models/models--meta-llama--Llama-3.1-70B-Instruct/
**/*backups*
### Rust ###
# Generated by Cargo
# will have compiled files and executables
debug/
target/
llm_engine.h
### Virtual Environment ###
.venv/
.venv-docs/
### Ruff ###
.ruff_cache/
### MyPy ###
.mypy_cache/
### Python ###
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info
# Hatch build artifact
components/**/_version.py
### Helm ###
*.tgz
Chart.lock
generated-values.yaml
# Local build artifacts for devcontainer
.build/
**/.devcontainer/.env
TensorRT-LLM
# The Linux kernel generates core dump files when a process crashes (receives signals
# like SIGSEGV, SIGABRT, SIGBUS, etc.). The Linux container's /proc/sys/kernel/core_pattern
# determines the filename (typically core or core.<pid>)
core
# Ruler Generated Files
/.cursor/instructions.md
/.cursor/instructions.md.bak
/.cursor
/.claude/*
!/.claude/skills/
/CLAUDE.md
/CLAUDE.md.bak
# AI generated worklogs
worklogs/
# Benchmarks
benchmarks/results
profiling_results*
# Direnv
.envrc
# Node.js
node_modules/
package-lock.json
# Compiled static libraries
*.a
# macOS
.DS_Store
**/.DS_Store