refactor: rewrite from Ruby/Sinatra to Python/FastAPI
This commit is contained in:
+8
-7
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user