# python / uv
.venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# tooling caches
.pytest_cache/
.ruff_cache/
.ipynb_checkpoints/
.coverage

# great-docs generated site (source of truth is great-docs.yml + docstrings)
great-docs/

# cmdstan compiled artifacts (model*.stan is the source of truth)
src/**/model*.exe
src/**/model
src/**/model_lognormal
src/**/model*.hpp
src/**/model*.o

# OS noise
Thumbs.db
.DS_Store
