loop-benchmarking

Controlled experiments across agentic coding configurations. Same task, one variable, what actually works.
git clone https://git.shiptheloop.com/loop-benchmarking.git
Log | Files | Refs | README

.gitignore (264B)


      1 # build output
      2 dist/
      3 # generated types
      4 .astro/
      5 
      6 # dependencies
      7 node_modules/
      8 
      9 # logs
     10 npm-debug.log*
     11 yarn-debug.log*
     12 yarn-error.log*
     13 pnpm-debug.log*
     14 
     15 
     16 # environment variables
     17 .env
     18 .env.production
     19 
     20 # macOS-specific files
     21 .DS_Store
     22 
     23 # jetbrains setting folder
     24 .idea/

Impressum · Datenschutz