# Python and local tools
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.claude/scratch/
dist/
build/
*.egg-info/

# Real documents and private datasets
data/
datasets/
uploads/
*.pdf
*.doc
*.docx

# Generated and experimental outputs
artifacts/
outputs/
experiments/
*.cleaned.md
report.json

# Local third-party research checkouts
/reference/

# Editor and operating-system files
.DS_Store
.idea/
.vscode/
