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

# Test / tooling
.pytest_cache/
.ruff_cache/
.pyright/
rack_results/
tests/rack_results/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Local data
/scratch/

# CLI --json output that lands in cwd during dev
/fetch.json
/families.json
/versions.json
/search.json
/index.json
/cache.json
