Add: add base fastapi backend
This commit is contained in:
commit
4d0fe108ff
13 changed files with 940 additions and 0 deletions
21
backend/.gitignore
vendored
Normal file
21
backend/.gitignore
vendored
Normal 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue