Deployment scripts

This commit is contained in:
2026-04-29 23:53:51 +12:00
parent 5cb95266d8
commit 373f7c47c0
17 changed files with 1092 additions and 13 deletions
+24
View File
@@ -0,0 +1,24 @@
.git
.gitignore
.svelte-kit
frontend/.svelte-kit
frontend/node_modules
frontend/build
backend/.pytest_cache
backend/.tmp
backend/pytest-cache-files-*
backend/data_entry_app_backend.egg-info
backend/__pycache__
backend/app/__pycache__
backend/tests/__pycache__
*.pyc
*.pyo
*.pyd
*.log
*.sqlite
*.db
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dist