deepseek-ai--deepep
29 行
228 B
Plaintext
29 行
228 B
Plaintext
# VS Code
|
|
compile_commands.json
|
|
.clangd
|
|
.cache/
|
|
.vscode/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# JetBrains
|
|
.idea
|
|
*/cmake-build-*/
|
|
|
|
# Python
|
|
*.pyc
|
|
|
|
# Build
|
|
build/
|
|
*.so
|
|
deep_ep.egg-info/
|
|
dist/
|
|
|
|
# Coredump
|
|
coredump/
|
|
|
|
# OpenCode
|
|
.sisyphus/
|
|
AGENTS.md
|