# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Environment
.env
.env.local
.env.*.local

# Data artifacts (project-specific)
data/
*.db
*.sqlite
*.sqlite3
*.faiss
*.npy
.cache/

# Kimi workspace config (gitignored)
.kimi/

# Claude Code session state (gitignored)
.claude/
.claude/settings.local.json

# OS
.DS_Store
Thumbs.db

# Definition-eval: mined candidates + human labels are derived from private
# corpora (e.g. the Atkins agreement); keep that document text out of the repo.
# The committed pairs.jsonl is a small synthetic sanity set, not corpus-derived.
benchmarks/definition_eval/candidates_*.jsonl
benchmarks/definition_eval/pairs_labeled.jsonl
benchmarks/definition_eval/review.jsonl
