# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.so

# Virtual envs
.venv/
venv/
env/

# ARAG / eval artifacts
datasets/
*.sqlite
.arag_cache/
index/
idx_*/
/scratch/

# OS / editor
.DS_Store
.idea/
.vscode/
/idx_base
