# Build directories
build/
cmake-build-*/
*.so
*.dylib
*.dll
*.a

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

# IDE / LSP (machine-specific absolute include paths)
.vscode/
.idea/
*.swp
*.swo
*~
.clangd
compile_commands.json

# OS
.DS_Store
Thumbs.db

# Test artifacts
*.log
test_output/
benchmark_results/

# Cache
.cache/
*.cache
.venv/
/build_test/
/build_debug/

# setuptools_scm generated
turboloader/_version.py
