# C++ build artifacts
build/
cmake-build-*/
*.o
*.obj
*.exe
*.dll
*.so
*.dylib
*.pyd
*.exp
*.lib
*.a
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
compile_commands.json

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
*.egg

# Wheel / sdist build artifacts (scikit-build-core + cibuildwheel)
wheelhouse/
_skbuild/
python/bgsage/_assets/

# Data files (too large for git — download separately)
data/*.bm
data/*-train-data
data/*_training_data*
data/benchmark_pr/rollouts.jsonl

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

# OS
.DS_Store
Thumbs.db

# Profiling
*.pstats
*.prof
profile.*
