.claude/settings.local.json
.DS_Store

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

## LaTeX build artefacts (in case of ad-hoc compiles in this repo)
*.aux
*.bbl
*.blg
*.log
*.out
*.fdb_latexmk
*.fls
*.synctex.gz
texput.log
node_modules/
package-lock.json
package.json
site/

# Local-only agents (not part of the commons)
agents/pm.md

## Local doc render artefacts (R Markdown / pandoc)
.Rhistory
docs/*.html
