# Build outputs
build/
build_*/
dist/
*.whl
*.egg-info/

# Compiled objects
*.o
*.so
*.a
*.dylib

# Python
__pycache__/
*.pyc
.pytest_cache/

# CLI binary (Makefile output)
src/sketchsort

# IDE / OS
.DS_Store
.vscode/
.idea/

# Legacy waf/svn artifacts in the upstream source tree
.svn/
.waf-*/
.lock-wscript
src/build/
src/waf
src/wscript
src/Main_flymake.cpp

# Internal docs not for distribution
CLAUDE.md
