# Claude Code local runtime state and project instructions (not published)
.claude/
CLAUDE.md

# C++ build artifacts (src/Makefile)
src/*.o
src/*.d
src/gwm-build
src/gwm-search
src/*.dSYM/

# CMake / scikit-build-core out-of-tree builds
build/
_skbuild/

# Python packaging
dist/
wheelhouse/
*.egg-info/
python/gwm/_core*.so
python/gwm/_core*.pyd

# Python runtime
__pycache__/
*.pyc
.pytest_cache/
.venv/
venv/
