# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.venv/
venv/
.python-version

# uv
uv.lock
.uv-cache/

# Rust
target/
Cargo.lock

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.ruff_cache/

# Editor
.vscode/
.idea/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# Project-specific
*.log
.woollama/

# Local throwaway probes / experiments (not committed)
scratch/

# jetsam internal tool state
.jetsam/

# Claude Code local state (settings, locks)
.claude/

# Generated by examples/routing_validation.py (regenerable; the script is committed)
routing_validation_report.html
routing_validation_results.json

# MkDocs build output (regenerable from mkdocs.yml + docs/)
site/
