# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
/cli/bin/
/cli/dist/
vendor/

# Node / TS
node_modules/
dist/
build/
.next/
*.tsbuildinfo
.npm/
.pnpm-store/

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/
.tox/

# Env / secrets
.env
.env.local
.env.*.local
*.key
*.pem

# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
desktop.ini
*.swp
*~

# Local user config (created by CLI)
.hiway2llm/

# Benchmark outputs
benchmarks/results/
*.bench.csv
*.bench.json
