feat: add backend FastAPI structure and Supabase schema
This commit is contained in:
21
server/.dockerignore
Normal file
21
server/.dockerignore
Normal file
@@ -0,0 +1,21 @@
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
*.egg
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
.env
|
||||
data/*.db
|
||||
data/*.db-journal
|
||||
logs/*.log
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
.vscode
|
||||
.idea
|
||||
venv
|
||||
.venv
|
||||
Reference in New Issue
Block a user