Add: add base fastapi backend

This commit is contained in:
Kirill Samoylenkov 2025-11-19 23:04:02 +05:00
commit 4d0fe108ff
13 changed files with 940 additions and 0 deletions

21
backend/.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
# Virtual environment
.venv/
venv/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Secrets / env
*.env
# Translations
*.mo
*.pot
# Jupyter Notebook
.ipynb_checkpoints
# Ruff formatter
.ruff_cache/