# Visual Studio
.vs/
out/
build/
*.suo
*.user
*.userosscache
*.sln.docstates

# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/

# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
