Files
2026-09-02 07:03:56 +00:00

62 lines
574 B
Plaintext

# Visual Studio Code
/.vscode*
# Idea
/.idea
/cmake-build-debug/
/cmake-build-release/
# CMake
/build*
# vcpkg
/.vcpkg*
# cache
/.*cache
# deps
/.deps
# libtorch
/libtorch
# tests
/Testing*
# rust
Cargo.lock
# distribution / packaging
.Python
build/
dist/
eggs/
.eggs/
sdist/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Python module builds
*.egg-info/
xllm/*.pyd
xllm/*.so
xllm/version.py
__pycache__/
.pkl_memoize_py3/
# compile_commands.json from nvbench
compile_commands.json
# ascend kernel meta files
/kernel_meta
# local files
/local
/logs
/log