# Build
build/
deploy/
*.o
*.so
*.a
*.dylib

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
*.whl
python/vieclus/_version.py

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# SCons
.sconsign.dblite

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
compile_commands.json

# Build logs
config.log
