This commit is contained in:
2026-03-26 11:33:03 +01:00
commit 1f20359fa3
30 changed files with 7849 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Dependencies
node_modules/
# Build output
dist/
frontend/dist/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
*.log
# Environment/local config
.env
.env.*
!.env.example
# OS/editor noise
.DS_Store
Thumbs.db
.vscode/
.idea/
# Runtime data/cache
backend/data/catalog.db
backend/data/*.db
backend/data/*.db-*