Rouhg build of stack. Not 100% functional, but is enough to start design of core db functions

This commit is contained in:
Cian Hughes
2023-12-14 17:24:25 +00:00
parent 91d1c80420
commit fec3d49129
3 changed files with 530 additions and 15 deletions

33
.gitignore vendored
View File

@@ -0,0 +1,33 @@
.vscode/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
.mypy_cache/
# Ignore dotenv files in the project root
.env
/[^/]*.env