# IDE files
.idea
.vscode
.vs

# Build artifacts
cmake-build-*/
bin/
build/
build*/
Testing/

# Python cache
__pycache__/