# Local research assets (not published to GitHub)
data/
exp/
external/
figures/
ms/
scripts/

# LaTeX build artifacts
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.run.xml
*.synctex.gz
*.toc
texput.log

# Python
__pycache__/
*.egg-info/
*.pyc
*.pyo
*.pyd
dist/
build/
.venv/
.coverage
.coverage.*
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
.nox/
htmlcov/
.playwright-mcp/

# OS
.DS_Store
