## common
__pycache__
*.pyc
*~
\#*
.#*
*.o
*.so
*.dylib
.cache
.coverage
.vscode
*.swp
*.pytest_cache
htmlcov
build/
build_prims/
dist/
python/**/**/*.cpp
python/raft-dask/record.txt
python/pylibraft/record.txt
log
.ipynb_checkpoints
.DS_Store
dask-worker-space/
*.egg-info/
*.bin
bench/ann/data
temporary_*.json

## scikit-build
_skbuild

## eclipse
.project
.cproject
.settings
.ptp-sync-folder

## Pycharm
.idea

## ccls
.ccls-cache
.ccls

## profiling
*.qdrep
*.qdrep.cache
*.qdstrm
*.nvprof

## doxygen build check inside ci/checks/style.sh
doxygen_check/

## cibuildwheel
/wheelhouse

# doxygen
_xml

# sphinx
_html
_text

# clang tooling
compile_commands.json
.clangd/
