# secrets
.env

# local working material (design mocks, scratch), never shipped
.local/

# python
__pycache__/
*.pyc
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# node
node_modules/
frontend/dist/

# eval: raw (unredacted) recordings never enter the repo
eval/fixtures/raw/
eval/reports/

# eval outputs (reports, baseline snapshots) are generated, never shipped
eval/reports/
eval/snapshots/
