Skip to content

Commit c3479ee

Browse files
yeqcharlotteskyloevil
authored andcommitted
[Misc] Add claude settings to gitignore (vllm-project#24492)
Signed-off-by: Ye (Charlotte) Qi <[email protected]>
1 parent 72a1c89 commit c3479ee

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# vllm-flash-attn built from source
55
vllm/vllm_flash_attn/*
66

7-
# triton jit
7+
# triton jit
88
.triton
99

1010
# Byte-compiled / optimized / DLL files
@@ -177,6 +177,10 @@ cython_debug/
177177
# VSCode
178178
.vscode/
179179

180+
# Claude
181+
CLAUDE.md
182+
.claude/
183+
180184
# DS Store
181185
.DS_Store
182186

@@ -209,4 +213,4 @@ shellcheck*/
209213
csrc/moe/marlin_moe_wna16/kernel_*
210214

211215
# Ignore ep_kernels_workspace folder
212-
ep_kernels_workspace/
216+
ep_kernels_workspace/

0 commit comments

Comments
 (0)