# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
.pytest_cache/
.ruff_cache/
.hypothesis/

# Build
build/
_skbuild/
compile_commands.json
wheelhouse/
docs/_build/

# Editors / OS
.claude/settings.local.json
.DS_Store
.idea/
.vscode/
