The staging gate failed on READ_ERROR .venv after a docs commit tracked a symlink that gitignore .venv/ does not ignore. CI replaces that path with a real venv directory. Drop the symlink, ignore the name itself, and lock it in the privacy scan. Also point the Beam avatar source contract at the current profile-panel copy so npm test stops failing after Python.
67 lines
1.5 KiB
Plaintext
67 lines
1.5 KiB
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.db
|
|
*.sqlite
|
|
.agents/
|
|
venv_vedastro/
|
|
/scratch/
|
|
/tests/privacy_markers.local.txt
|
|
/.serena/
|
|
test_hooks.json
|
|
hermes_memory.db/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.DS_Store
|
|
brain/
|
|
COVERAGE_AUDIT_REPORT.md
|
|
*.tmp
|
|
.env.local
|
|
.env.staging.database
|
|
.jyotish.local.env
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
.cache/jyotishganit/
|
|
.hypothesis/
|
|
.cline/
|
|
.planning/
|
|
benchmarks/jyotish/outputs/
|
|
output_report.txt
|
|
results_extracted.md
|
|
runtime-smoke-report-*.html
|
|
# Local Python runtime for the API server.
|
|
# No trailing slash: `.venv/` ignores only directories, so a symlink of the
|
|
# same name stayed tracked and CI overwrote it with a real venv (BUG-974).
|
|
.venv
|
|
# Local Supabase CLI link/cache state
|
|
supabase/.temp/
|
|
# Local review artifacts and unused package-manager state
|
|
frontend/.omo/
|
|
frontend/pnpm-lock.yaml
|
|
frontend/pnpm-workspace.yaml
|
|
/benchmarks/xalen_oracle/target/
|
|
/benchmarks/vedastro_nuget_probe/bin/
|
|
/benchmarks/vedastro_nuget_probe/obj/
|
|
|
|
# Vendored Apache-2.0 stem-branch dist must stay tracked despite the global dist/ ignore.
|
|
!/vendor/
|
|
!/vendor/stem-branch/
|
|
!/vendor/stem-branch/dist/
|
|
!/vendor/stem-branch/dist/**
|
|
|
|
# Local ephemeris/runtime data downloaded outside the repo artifact contract
|
|
/hip_main.dat
|
|
/hip_main.dat.download
|
|
|
|
# Local isolated feature worktrees
|
|
.worktrees/
|
|
|
|
# Jev intent-classifier research: real-user sample (source B) never committed
|
|
scripts/research/jev_intent_samples/source_b.jsonl
|
|
scripts/research/jev_intent_samples/source_b.meta.json
|
|
.cache/jev_intent/
|