node_modules/

dist/
build/

.env
.env.local
.env.*.local

*.log
npm-debug.log*
bun-debug.log*

# Date-based log files in logs folder
logs/

.DS_Store
Thumbs.db

.idea/
.vscode/
*.swp
*.swo

coverage/
.nyc_output/

tmp/
temp/
.pi/

.worktrees/
.routstrd/

# Graphify output
graphify-out/

# Findings
findings/
routstrd-findings.zip

# Standalone prototype scripts (root-level only)
/index.ts

# npm artifacts (repo uses bun/bun.lock)
package-lock.json
npm-shrinkwrap.json
