# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
build/
dist/
wheels/
.venv/
venv/
env/
.python-version

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# Swift / SwiftPM
ocr/.build/
ocr/.swiftpm/
*.xcodeproj/
.DS_Store

# OCR binary compiled into the wheel by the build hook
src/localcontextrouter/_bin/

# Editors
.idea/
.vscode/
*.swp

# Local scratch
/tmp/
*.log

# Local agent settings (user-specific)
.claude/settings.local.json
