# Virtualenvs
.venv/
venv/

# Build artifacts (subterranean compile/generate/train output)
build/
dist/
*.egg-info/

# mkdocs build output
site/

# Python caches
__pycache__/
*.py[cod]
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store

# Local multi-agent review artifact (not shipped)
PYPI_READINESS_REVIEW.md
