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

# Compiled extension modules
*.so
*.pyd
*.dylib

# Python caches / environments
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
venv/
.venv/
env/

# CMake / C++ build scratch
CMakeCache.txt
CMakeFiles/
compile_commands.json

# OS / editor cruft
.DS_Store
*.swp

# Claude Code local config — keep the agent charters (they document the
# multi-agent build methodology), ignore any local settings.
.claude/*
!.claude/agents/
