Files
nvbench/.gitignore
Ashwin Srinath a681e2185d Add multi-cuda wheel build (#289)
Co-authored-by: Ashwin Srinath <shwina@users.noreply.github.com>
Co-authored-by: Nader Al Awar <naderalawar@gmail.com>
2026-01-28 10:37:55 -05:00

24 lines
247 B
Plaintext

build*/
.aws
.vscode
.cache
.config
.idea
cmake-build-*
*~
compile_commands.json
CMakeUserPresets.json
# Python wheel builds
wheelhouse/
wheelhouse_merged/
wheelhouse_final/
dist/
dist_*/
*.whl
*.egg-info/
__pycache__/
*.pyc
*.pyo
.pytest_cache/