mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 08:21:52 +09:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
commit
60af190524
8 changed files with 1129 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
Loading…
Add table
Add a link
Reference in a new issue