# Build
build/
dist/
*.egg-info/
*.bak
*.tmp
# Python
__pycache__/
*.pyc
*.pyo
*.a
deprecated

# C++ / CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.o
*.so
*.dylib

# IDE
.idea/
.vscode/
*.swp
.DS_Store
