# build directories
build/
buildDev/
bin/
cmake-build-debug/
MSVC2017/
VS2017/
run/

# Python
_skbuild/
dist/
*.egg-info/
__pycache__/
.venv/

# IDE
.vscode/
.sync/
.idea/

# Simulation results
output/

# MacOS
.DS_Store