1# Database files
2shelley.db
3shelley.db*
4test-playwright.db
5test-playwright.db*
6test-e2e.db
7test-e2e.db*
8test*.db
9*.db-shm
10*.db-wal
11
12# Build outputs
13/shelley
14bin/
15templates/*.tar.gz
16
17# UI build outputs
18ui/dist/
19ui/node_modules/
20ui/.next/
21ui/out/
22
23# Playwright test outputs
24ui/test-results/
25ui/playwright-report/
26
27# Screenshots (keep only example ones)
28ui/e2e/screenshots/*
29!ui/e2e/screenshots/.gitkeep
30
31# Logs
32npm-debug.log*
33yarn-debug.log*
34yarn-error.log*
35
36# Runtime data
37pids
38*.pid
39*.seed
40*.pid.lock
41
42# Coverage directory used by tools like istanbul
43coverage/
44
45# IDE
46.vscode/
47.idea/
48*.swp
49*.swo
50*~
51
52# OS
53.DS_Store
54.DS_Store?
55._*
56.Spotlight-V100
57.Trashes
58ehthumbs.db
59Thumbs.db