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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
coverage.xml
htmlcov/

# Rust (v2)
target/

# Local working log — narrative record, deliberately not released (see HISTORY.md header)
HISTORY.md

# Downloaded corpora and checkpoints — never committed (D12).
# Recipes and checksums are committed; the artifacts are not.
data/
corpora/
*.safetensors
