# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# mypy
.mypy_cache/

# pytest
.pytest_cache/

# Scratch / test output (keep the dir, ignore its contents)
/tmp/
!/tmp/.gitkeep

# Training corpora — third-party datasets are NOT redistributed (only the
# trained model.json is vendored). Ignore the downloaded data files; keep the
# provenance docs and fetch helper tracked.
/data-raw/*
!/data-raw/README.md
!/data-raw/SOURCES.md
!/data-raw/fetch_datasets.py
!/data-raw/pinned-revisions.json

# Coverage
htmlcov/
.coverage
coverage.xml

# OS
.DS_Store
Thumbs.db

# Locked deps
# uv.lock is committed for reproducibility

# Session recordings — local only; not published to this repo (may contain
# transcripts from other projects + local dev tokens). See flush 2026-07-27.
.specstory/

# Claude Code per-machine settings
.claude/settings.local.json
