Built for people who think better out loud.
1# frontend build output
2frontend/dist/
3
4# frontend generated types
5frontend/.astro/
6
7# frontend dependencies
8frontend/node_modules/
9
10# frontend Storybook
11debug-storybook.log
12frontend/storybook-static/
13
14# package manager/debug logs
15npm-debug.log*
16yarn-debug.log*
17yarn-error.log*
18pnpm-debug.log*
19
20# environment variables
21.env
22.env.production
23
24# Rust backend artifacts
25**/target/
26
27# macOS-specific files
28.DS_Store
29
30# JetBrains settings
31.idea/