This commit is contained in:
Alex55 2026-03-19 16:46:39 +02:00
parent 01ee221736
commit 6f7bd73520
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -7,5 +7,7 @@
/tests /tests
session.session session.session
/files /files
__pycache__/
*.pyc
uv run uvicorn main:app --host 0.0.0.0 --port 8005 uv run uvicorn main:app --host 0.0.0.0 --port 8005