# Build
build/
cmake-build-*/
*.o
*.a
*.so
*.dylib
*.exe
*.dll
*.lib
*.exp
*.pdb
*.ilk
compile_commands.json

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

# OS
.DS_Store
Thumbs.db

# Test artifacts (generated per run)
*.log
test_data/images/results/
test_data/eval_out/
test_data/eval_report.json
test_data/baselines/current/*.svg
test_data/baselines/current/*_report.png
test_data/history.csv

# Test images (user-provided, too large for git)
test_data/images/simple/
test_data/images/complex/

# Python bindings build
dist/
*.egg-info/
*.whl
__pycache__/
*.pyc
