chore: add gemini instructions

This commit is contained in:
Leon
2025-07-16 19:44:31 +02:00
parent 05e9495e18
commit 945c764b20

3
GEMINI.md Normal file
View File

@@ -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