discovery-by-llm/.gitignore
Justin Visser 1fe7349952
Some checks are pending
ci / backend (push) Waiting to run
ci / frontend (push) Waiting to run
chore: keep local design assets out of the repo
2026-08-10 11:31:06 +02:00

20 lines
279 B
Text

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