# Veri local state
.veri/

# Python
__pycache__/
*.py[cod]
.venv/

# Data
datasets/*.jsonl
datasets/*.parquet

# Editor
.vscode/
.idea/
