FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
i was burning a ton of tokens on silly stuff
How-ToWeb Development

i was burning a ton of tokens on silly stuff

via Dev.to WebdevNora Alalou5h ago

has anyone else noticed they're chewing through claude tokens way faster than they should be? anthropic just announced they're tightening the 5-hour session limits during peak hours and it made me actually look at where my tokens were going. turns out most of it was waste. claude was reading files it had no reason to read like lock files, build artifacts, node_modules, coverage reports, media files. every time it explored the codebase it was burning tokens on stuff that would never help it write better code. i added a .claudeignore file: # Dependencies node_modules/ .pnp.* # Build artifacts .next/ out/ build/ dist/ # Lock files (huge, no value to read) package-lock.json pnpm-lock.yaml yarn.lock # Minified bundles *.min.js *.min.css # Generated code next-env.d.ts *.tsbuildinfo # Caches .cache/ __pycache__/ coverage/ # Environment / secrets .env* .vercel/ # Large non-code files *.gif *.mov *.mp4 *.png *.jpg it works like .gitignore but for claude's file exploration. claude won't read or

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
0 views

Related Articles

Red Rooms makes online poker as thrilling as its serial killer
How-To

Red Rooms makes online poker as thrilling as its serial killer

The Verge • 1h ago

Don’t Know What Project to Build? Here Are Developer Projects That Actually Make You Better
How-To

Don’t Know What Project to Build? Here Are Developer Projects That Actually Make You Better

Medium Programming • 2h ago

Why Most Developers
Stay Broke
How-To

Why Most Developers Stay Broke

Medium Programming • 4h ago

Building a Simple Lab Result Agent in .NET (Microsoft Agent Framework + Ollama)
How-To

Building a Simple Lab Result Agent in .NET (Microsoft Agent Framework + Ollama)

Medium Programming • 5h ago

“You don’t need to learn programming anymore” — Reality Check from a CTO
How-To

“You don’t need to learn programming anymore” — Reality Check from a CTO

Medium Programming • 5h ago

Discover More Articles