# Python
__pycache__/
*.py[cod]
*.so
.python-version

# Virtualenvs and tool caches
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.code-review-graph/
.skylos/

# Local artifacts
tmp/
dist/
build/
*.egg-info/
outputs/
generated/
*.sha256
dataset_manifest.json
validation_report.json

# Compound Engineering local config
.compound-engineering/

# Local environment / secrets — never commit. Holds UPSTREAM_DATA_LEAKAGE_DENYLIST
# (source company name + distinctive clinical vocabulary); .env.example is the
# tracked template.
.env
.env.*
!.env.example
