File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ##
2+ # ## Sphinx
3+ # ##
4+
5+ # macOS
6+ .DS_Store
7+
8+ .env
9+ * .pyc
10+ * .tar.gz
11+ * .egg-info
12+
13+ _build
14+
15+ # ignore virtualenvs
16+ /* env * /
17+
18+ # npm
19+ node_modules /
20+
21+ # editors
22+ .vim /
23+ .vscode /
24+
25+ # cache
26+ .mypy_cache /
27+
28+ ** /.claude /settings.local.json
29+
30+ # ##
31+ # ## Node.js
32+ # ##
33+
34+ # Dependencies
35+ node_modules /
36+ .pnpm-store /
37+
38+ # Build outputs
39+ dist /
40+ .vite-react-ssg-temp /
41+ .vite /
42+ * .local
43+
44+ # Editor directories and files
45+ .vscode /*
46+ ! .vscode /extensions.json
47+ .idea
48+ .DS_Store
49+ * .suo
50+ * .ntvs *
51+ * .njsproj
52+ * .sln
53+ * .sw ?
54+
55+ # Logs
56+ logs
57+ * .log
58+ npm-debug.log *
59+ yarn-debug.log *
60+ yarn-error.log *
61+ pnpm-debug.log *
62+ lerna-debug.log *
63+
64+ # OS files
65+ .DS_Store
66+ Thumbs.db
67+
68+ # Environment variables
69+ .env
70+ .env.local
71+ .env. * .local
72+
73+ # TypeScript
74+ * .tsbuildinfo
75+
76+ # Generated files
77+ routeTree.gen.ts
78+ .tanstack /
79+
80+ # Astro
81+ .astro /
82+
83+ # Testing
84+ coverage /
85+ .nyc_output /
86+
87+ # Temporary files
88+ .tmp /
89+ temp /
90+
91+ # MyST build files
92+ _build /
93+ .myst /
94+
95+ # Build analytics
96+ build-analytics.json
97+
98+ # Playwright
99+ playwright-report /
100+ .playwright-mcp /
You can’t perform that action at this time.
0 commit comments