Initial Commit
This commit is contained in:
commit
2615909dfb
16 changed files with 23 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Virtual environments
|
||||
.venv/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
|
||||
# IDE Stuff
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# SQLite
|
||||
data/*.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
0
Dockerfile
Normal file
0
Dockerfile
Normal file
1
README.md
Normal file
1
README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Initial Commit :D
|
||||
0
alembic/.temp
Normal file
0
alembic/.temp
Normal file
0
app/__init__.py
Normal file
0
app/__init__.py
Normal file
0
app/config.py
Normal file
0
app/config.py
Normal file
0
app/database.py
Normal file
0
app/database.py
Normal file
0
app/dependencies.py
Normal file
0
app/dependencies.py
Normal file
0
app/logic/.temp
Normal file
0
app/logic/.temp
Normal file
0
app/main.py
Normal file
0
app/main.py
Normal file
0
app/models/.temp
Normal file
0
app/models/.temp
Normal file
0
app/routers/.temp
Normal file
0
app/routers/.temp
Normal file
0
app/utils/.temp
Normal file
0
app/utils/.temp
Normal file
0
project.toml
Normal file
0
project.toml
Normal file
0
requirements.txt
Normal file
0
requirements.txt
Normal file
0
tests/.temp
Normal file
0
tests/.temp
Normal file
Loading…
Add table
Add a link
Reference in a new issue