# Reference papers — not redistributed; cite by arXiv ID (e.g. arXiv:2511.19468)
*.pdf

# Local-only reference (CC BY-SA from Wikipedia; kept out of this MIT repo).
# Cited by URL: https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing
AI_WRITING_SLOP_Guide.md

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
.python-version

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.ipynb_checkpoints/

# OpenMDAO run artifacts (reports / recordings)
*_out/
reports/

# OS / editor
.DS_Store
.vscode/
.idea/

# Generated by docs/gen_provenance.py at mkdocs build time
docs/provenance.md
site/
