Python 51.6%
TypeScript 46.7%
CSS 1.7%
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.23# dependencies4/node_modules5/.pnp6.pnp.*7.yarn/*8!.yarn/patches9!.yarn/plugins10!.yarn/releases11!.yarn/versions1213# testing14/coverage1516# next.js17/.next/18/out/1920# production21/build2223# misc24.DS_Store25*.pem2627# debug28npm-debug.log*29yarn-debug.log*30yarn-error.log*31.pnpm-debug.log*3233# env files (can opt-in for committing if needed)34.env*3536# vercel37.vercel3839# typescript40*.tsbuildinfo41next-env.d.ts42