# Reference repositories cloned for study — never committed.
references/

# Python
__pycache__/
*.py[cod]
.venv/
.venv-*/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local environment
.env
.env.local

# Generated assets and every test artefact. `out/` is scratch: generated models,
# renders, captured payloads, server logs. The evidence the README cites lives
# in docs/, which is text and reviewable; the binaries it describes do not
# belong in git.
assets/
.artifacts/
out/
dist/

# Signed payment authorisations for the load test. Each one is a bearer
# instrument that moves real funds when redeemed.
tests/load/authorizations.json
