Skip to content

Commit 4aebb69

Browse files
committed
initial structure
1 parent 377b16a commit 4aebb69

File tree

16 files changed

+1008
-0
lines changed

16 files changed

+1008
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,6 @@ cython_debug/
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161+
162+
# Macos
163+
.DS_Store

src/app/__init__.py

Whitespace-only changes.

src/app/api/__init__.py

Whitespace-only changes.

src/app/api/dependencies.py

Whitespace-only changes.

src/app/api/v1/__init__.py

Whitespace-only changes.

src/app/core/__init__.py

Whitespace-only changes.

src/app/core/config.py

Whitespace-only changes.

src/app/core/database.py

Whitespace-only changes.

src/app/core/schemas.py

Whitespace-only changes.

src/app/core/security.py

Whitespace-only changes.

0 commit comments

Comments
 (0)