mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
[Misc] Add claude settings to gitignore (#24492)
Signed-off-by: Ye (Charlotte) Qi <yeq@meta.com>
This commit is contained in:
committed by
GitHub
parent
e283976f3a
commit
45c9cb5835
8
.gitignore
vendored
8
.gitignore
vendored
@ -4,7 +4,7 @@
|
|||||||
# vllm-flash-attn built from source
|
# vllm-flash-attn built from source
|
||||||
vllm/vllm_flash_attn/*
|
vllm/vllm_flash_attn/*
|
||||||
|
|
||||||
# triton jit
|
# triton jit
|
||||||
.triton
|
.triton
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
@ -177,6 +177,10 @@ cython_debug/
|
|||||||
# VSCode
|
# VSCode
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# Claude
|
||||||
|
CLAUDE.md
|
||||||
|
.claude/
|
||||||
|
|
||||||
# DS Store
|
# DS Store
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
@ -209,4 +213,4 @@ shellcheck*/
|
|||||||
csrc/moe/marlin_moe_wna16/kernel_*
|
csrc/moe/marlin_moe_wna16/kernel_*
|
||||||
|
|
||||||
# Ignore ep_kernels_workspace folder
|
# Ignore ep_kernels_workspace folder
|
||||||
ep_kernels_workspace/
|
ep_kernels_workspace/
|
||||||
|
Reference in New Issue
Block a user