feat: implement StaySense MVP backend, frontend, imports, and deployment docs
This commit is contained in:
commit
902988276c
24 changed files with 2536 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Local runtime data
|
||||
data/*.db
|
||||
data/*.sqlite
|
||||
|
||||
# Local logs / temp
|
||||
*.log
|
||||
*.tmp
|
||||
Loading…
Add table
Add a link
Reference in a new issue