api: setup basic Flask application

This commit is contained in:
June 2026-04-30 18:56:17 +02:00
commit 415c9870e7
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
5 changed files with 128 additions and 7 deletions

2
api/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.venv
__pycache__