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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

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

# Data (user-specific)
*.db
data/
scratch/
!scratch/paper.tex

# CrabPath data and benchmark artifacts
state.json
graph.json
index.json
texts.json
benchmarks/results.json
*.jsonl
!benchmarks/queries.json

# Public benchmark fixtures (required for reproducibility)
!scripts/hotpot_subset_100.json

*.events.db
snapshots/

/ignored
sims/*_results.json
sims/*.png
