# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
wheels/
*.whl

# Virtual environments
.venv/

# SQLite databases (generated)
*.db
*.db-shm
*.db-wal

# Model files (large, user-provided)
*.gguf
*.safetensors

# Generated viewers
*.html

# Test model working directory
models/

# Test scratch directories
tests/tmp_*/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Benchmark corpora, downloaded on demand. The URL lives in issue #14; the
# repo does not carry the data, for the same reason it does not carry models.
eval-data/

# Benchmark result snapshots. Machine- and cache-specific, and regenerated
# by `python bench.py --json <file>`; the numbers that matter live in
# CHANGELOG.md.
bench_*.json
