# Python and local tools __pycache__/ *.py[cod] .venv/ .pytest_cache/ .mypy_cache/ .ruff_cache/ .claude/scratch/ dist/ build/ *.egg-info/ reviewer/node_modules/ reviewer/coverage/ # Real documents and private datasets data/ datasets/ uploads/ *.pdf *.doc *.docx # Generated and experimental outputs artifacts/ outputs/ experiments/ research-wiki/scratch/ !research-wiki/scratch/ research-wiki/scratch/* !research-wiki/scratch/.gitkeep *.cleaned.md report.json # Local third-party research checkouts /reference/ # Editor and operating-system files .DS_Store .idea/ .vscode/