.vs/**
*.db
*.ipch
*.opendb
*.sqlite
*.mkDG
**/CMakeFiles/*
**/Release/**
*.vcxproj
*.sln
Xcode/**
cmake-build*/**

.idea/**
/builds/
/cmake-build-debug/
/hps_parser.py
/TestOutput/
/Output/

# Python bindings
__pycache__/
*.py[cod]
*.so
*.pyd
/dist/
/wheelhouse/
*.egg-info/
.pytest_cache/
/.vcpkg/
/.vcpkg-cache/
/.vcpkg-bt/

# macOS
.DS_Store
