Files
nvbench/.gitignore
2025-12-03 10:15:32 -05:00

19 lines
181 B
Plaintext

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