[Backend] Project Setup - FastAPI Structure and Dependencies #13

Merged
shoko merged 3 commits from fix/issue-2 into main 2026-04-08 06:35:53 +02:00
Showing only changes of commit a03304f9ef - Show all commits

15
.gitignore vendored
View File

@@ -1 +1,16 @@
.kugetsu/ .kugetsu/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.env
venv/
.venv/
*.db
data/