# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
*.egg
.eggs/

# C++ build artifacts
*.o
*.so
*.dylib
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
_skbuild/

# IDE
.vscode/
.idea/
*.swp

# Test artifacts
.pytest_cache/
.coverage

# Benchmark output (local baselines, not source)
benchmarks/results/
