# Build artifacts
build/
dist/
*.egg-info/

# Cython compiled outputs
nccl/**/*.cpp
nccl/**/*.so

nccl/ep/lib/
nccl/ep/include/

__pycache__

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
