# C++ Simulation Engine Build Artifacts

build/
bin/
lib/
*.o
*.a
*.so
*.dylib

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

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile

# Test outputs
results.csv
results_*.csv

# Python cache
__pycache__/
*.pyc
.pytest_cache/
