Initial Commit

This commit is contained in:
Hannah 2026-07-11 16:59:49 +02:00
commit 2615909dfb
16 changed files with 23 additions and 0 deletions

22
.gitignore vendored Normal file
View 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
View file

1
README.md Normal file
View file

@ -0,0 +1 @@
# Initial Commit :D

0
alembic/.temp Normal file
View file

0
app/__init__.py Normal file
View file

0
app/config.py Normal file
View file

0
app/database.py Normal file
View file

0
app/dependencies.py Normal file
View file

0
app/logic/.temp Normal file
View file

0
app/main.py Normal file
View file

0
app/models/.temp Normal file
View file

0
app/routers/.temp Normal file
View file

0
app/utils/.temp Normal file
View file

0
project.toml Normal file
View file

0
requirements.txt Normal file
View file

0
tests/.temp Normal file
View file