# Build
build*/
dist/
*.egg-info/
*.so
*.a
*.o
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
compile_commands.json

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/

# Benchmark output
benchmarks/results/
*.json.tmp

# Editors / OS
.vscode/
.idea/
.DS_Store
