add router for create payment for tips

This commit is contained in:
2025-07-14 13:31:00 +05:00
commit 4df2c34889
15 changed files with 224 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
venv
.idea
migrations/versions
*.pyc
.env
.venv
.pytest_cache
.prod_env
.env_test
.env_docker_test
.vscode
docker