From 945c764b2002ce898988f2304f133b502eb15fbf Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 16 Jul 2025 19:44:31 +0200 Subject: [PATCH] chore: add gemini instructions --- GEMINI.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 GEMINI.md diff --git a/GEMINI.md b/GEMINI.md new file mode 100644 index 0000000..6df5396 --- /dev/null +++ b/GEMINI.md @@ -0,0 +1,3 @@ +## Gemini Added Memories +- ./backend contains the FastAPI backend. It uses uv as package manager. To run backend tests, use uv run pytest +- ./frontend contains the TS React frontend. It uses ShadCN components. To run tests, run npm test