mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Co-authored-by: Ashwin Srinath <shwina@users.noreply.github.com> Co-authored-by: Nader Al Awar <naderalawar@gmail.com>
24 lines
247 B
Plaintext
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/
|