# Datasets are downloaded, never vendored
/data/
data/

# Benchmark outputs
/results/
results/

# W&B local run artifacts
/wandb/
wandb/

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

# OS / editor
.DS_Store
