- Tauri v2 with SQLite plugin and full database schema - React with react-router-dom, i18n (FR/EN), recharts, lucide-react - TailwindCSS v4 with custom Bleu/Creme/Terracotta palette - App shell with sidebar navigation (7 pages) - Dashboard with summary cards, page stubs for all sections - Default category configuration (10 top-level categories) - TypeScript interfaces matching SQLite schema Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
44 lines
364 B
Text
44 lines
364 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
dist-ssr/
|
|
target/
|
|
|
|
# User data
|
|
data/
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
|
|
# Imports
|
|
imports/*.csv
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
*.local
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Tauri generated
|
|
src-tauri/gen/
|