__pycache__/
*.py[cod]
*$py.class
*.so
dist/
build/
*.egg-info/
*.egg
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.hypothesis/
.ruff_cache/

# LanceDB data
.nexus/
*.lance/

# Models
models/
*.onnx

# OS
.DS_Store
Thumbs.db

# Env
.env
.env.local

# Claude local config (user-specific)
.claude/agents/
.claude/hooks.json
.claude/settings.json
.claude/settings.local.json

# Documentation build artifacts
docs-pre
# Local debug/repro artifacts
repro_*.py
repro_tmp/
scratch/
package-lock.json

# Benchmark harness: cloned repos, run results, isolated CLI config
benchmarks/repos/
benchmarks/results/
benchmarks/.claude-bench/
