# Claude user-settings
.claude/settings.local.json

# Python-generated files
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.venv/

# Compiled extensions
*.so
*.pyd
src/**/*.so
src/**/*.pyd

# Rust build
target/
wheels/
*.whl

# Distribution
dist/
*.egg-info/

# Use-case tests
trials/

# OS
.DS_Store
Thumbs.db
