17 lines
206 B
Text
17 lines
206 B
Text
# 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/
|