Unverified Commit 45c9cb58 authored by Ye (Charlotte) Qi's avatar Ye (Charlotte) Qi Committed by GitHub
Browse files

[Misc] Add claude settings to gitignore (#24492)


Signed-off-by: default avatarYe (Charlotte) Qi <yeq@meta.com>
parent e283976f
...@@ -4,7 +4,7 @@ ...@@ -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/ ...@@ -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*/ ...@@ -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/
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment