Locally estimate the cost of an initial ZeroPath full scan for a repository. Requires Python 3.9+
python3 zeropath_scan_cost_estimator.py /path/to/your/repo# Only specific sub-projects
python3 zeropath_scan_cost_estimator.py . --include services/api --include packages/core
# Specific file types
python3 zeropath_scan_cost_estimator.py . --extensions py,ts,go
# JSON output
python3 zeropath_scan_cost_estimator.py . --jsonRun with --help for all options.