Files

25 lines
363 B
Plaintext
Raw Permalink Normal View History

2026-04-29 23:53:51 +12:00
.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