__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/

# raha benchmark dataset (developer-managed local clone, see docs/benchmarks.md).
# We deliberately do NOT vendor this — `git clone https://github.com/BigDaMa/raha.git`
# into the path below to enable the detection benchmark. Tracked here so the
# clone doesn't get auto-committed as a phantom submodule again (the prior
# accidental gitlink without a .gitmodules entry was breaking OpenSSF Scorecard
# checkout on every push).
benchmarks/datasets/raha_repo/
.env
*.csv
*.parquet
*.xlsx
# But keep test fixtures
!tests/fixtures/*.csv
goldencheck.yml
.ruff_cache/
.testing/
benchmarks/results.json
.firecrawl/
.goldencheck/
.mypy_cache/
.tox/
*.egg
htmlcov/
venv/
.clinerules
.cursorrules
.windsurfrules
docs/superpowers/

# Node
node_modules/
packages/goldencheck-js/dist/
packages/goldencheck-js/node_modules/
package-lock.json
packages/goldencheck-js/package-lock.json
