Was playing around with the CLI tool and noticed that for a relatively small project (<5000 tokens), Claude was regularly making queries using 120,000+ input tokens. I thought it would ignore ancillary code and cache folders (e.g. node_modules/) but I'm not so sure now; asking it if it ignores node_modules/ gives me inconsistent answers
Is there a way to specify that certain folders in a project codebase be ignored?
Was playing around with the CLI tool and noticed that for a relatively small project (<5000 tokens), Claude was regularly making queries using 120,000+ input tokens. I thought it would ignore ancillary code and cache folders (e.g. node_modules/) but I'm not so sure now; asking it if it ignores
node_modules/gives me inconsistent answersIs there a way to specify that certain folders in a project codebase be ignored?