# Build artefacts
build/
dist/
wheelhouse/
_skbuild/
*.egg-info/

# Compiled extension placed in-tree by editable installs
boostree/_core*.so
boostree/_core*.pyd

# Bytecode / caches
__pycache__/
*.pyc
.pytest_cache/

# Editor / OS noise
.vscode/
.idea/
.DS_Store
*.swp

# Compiled benchmark binaries (built ad-hoc; sources are tracked)
benchmarks/bench_capacity
benchmarks/bench_precision
