Sprint 4 - Dashboard

This commit is contained in:
2026-02-24 20:57:54 +01:00
parent 30e4b3e144
commit 268417d4fc
4 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"permissions": {
"allow": [
"Bash(.venv/Scripts/pytest tests/ -v)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(.venv/Scripts/python:*)",
"Bash(cat:*)",
"Bash(python:*)",
"Bash(.venv/Scripts/python.exe:*)",
"Bash(PYTHONIOENCODING=utf-8 .venv/Scripts/python.exe:*)",
"Bash(PYTHONIOENCODING=utf-8 python:*)",
"Bash(tesseract:*)",
"Bash(winget install:*)",
"Bash(curl:*)",
"Bash(TESSDATA=\"/c/Program Files/Tesseract-OCR/tessdata\")",
"Bash(TESSDATA_PREFIX=/c/code/TicketTracker/tessdata python:*)",
"Bash(ls:*)",
"Bash(.venv/Scripts/pip install:*)",
"Bash(Marque)",
"Bash(Quantité\":*)"
]
}
}