# secrets
.env

# 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/
