refactor: rewrite from Ruby/Sinatra to Python/FastAPI

This commit is contained in:
2026-07-22 21:12:28 +02:00
parent 6f62d3e3f3
commit 44b879371e
69 changed files with 5852 additions and 3463 deletions
+8 -7
View File
@@ -1,10 +1,11 @@
# Bundler
/.bundle/
/vendor/bundle/
# Built gems
/pkg/
*.gem
# Python
__pycache__/
*.pyc
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
dist/
# Test / coverage
/coverage/