# CMake
build/
CMakeCache.txt
CMakeFiles/
CMakeScripts/
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
*.dylib
.pytest_cache/
python/build/
python/dist/
python/*.egg-info/
python/.eggs/
wheelhouse/

# IDEs / OS
.vscode/
.idea/
.DS_Store
*.swp
*~

# Deployment paths
deployment/creds/
venv_deploy/
python/venv_test/
