# CMake and native build products
/build/
/out/
/compile_commands.json
/tmp_planning/
*.o
*.obj
*.a
*.so
*.dylib
*.dll

# Generated trace and visualisation products
*.csv
*.npz
*.png
*.html

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.venv/
*.egg-info/
/dist/

# IDE and operating-system files
.DS_Store
.vscode/
.idea/
