# Build artifacts
*.pyd
*.so
*.dll
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo
_skbuild/
.cmake/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
*.vcxproj
*.sln

# Data / results (large, not source)
benchmarks/results/
benchmarks/__pycache__/
data/*.csv
data/*.pkl
insights/

# IDE / editor
.idea/
.vscode/
.claude/

# Generated outputs
main.pdf
*.bak
benchmarks/*.png
benchmarks/benchmarks/
benchmarks/experimental/

# Pip
*.whl
pip-wheel-metadata/
