# build directories
build/
bin/
cmake-build-debug/
run/

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

# IDE
.vscode/
.vscode-server/
.devcontainer/
.sync/
.idea/
.cache/

# Simulation input
stl/

# Simulation results
output/
logs/

# Scripts
scripts/

# MacOS
.DS_Store