GeoIntel release gates / Compile, test, contracts and builds (pull_request) Failing after 34s
GeoIntel release gates / Python and npm vulnerability policy (pull_request) Failing after 26s
GeoIntel release gates / GIS image, SBOM and container scan (pull_request) Successful in 1m32s
GeoIntel release gates / AI image, SBOM and container scan (pull_request) Successful in 3m11s
92 lines
2.2 KiB
Plaintext
92 lines
2.2 KiB
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
.env
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# Local source-transfer archives; preserve them outside version control.
|
|
/frontend-src.tar.gz
|
|
|
|
# Local AI/agent working inputs are never repository content. Historical
|
|
# tracked files under this path are being removed separately from the hardening
|
|
# branch; keep the guard so cross-project archives and generated DB/WAL/contact
|
|
# sheets cannot return.
|
|
/.codex-input/
|
|
|
|
# SQLite runtime sidecars are process-local state, never repository content.
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Large local data
|
|
/artifacts/*
|
|
!/artifacts/evidence/
|
|
/artifacts/evidence/*
|
|
!/artifacts/evidence/accuracy/
|
|
/artifacts/evidence/accuracy/*
|
|
!/artifacts/evidence/accuracy/P1/
|
|
!/artifacts/evidence/accuracy/P1/**
|
|
!/artifacts/evidence/accuracy/P3/
|
|
!/artifacts/evidence/accuracy/P3/**
|
|
!/artifacts/evidence/accuracy/P4/
|
|
/artifacts/evidence/accuracy/P4/*
|
|
!/artifacts/evidence/accuracy/P4/runs/
|
|
/artifacts/evidence/accuracy/P4/runs/*
|
|
!/artifacts/evidence/accuracy/P4/runs/p4-2.0.1-9677d0ef37db82bcf39b/
|
|
!/artifacts/evidence/accuracy/P4/runs/p4-2.0.1-9677d0ef37db82bcf39b/**
|
|
!/artifacts/evidence/accuracy/P2/
|
|
!/artifacts/evidence/accuracy/P2/**
|
|
/.cache/
|
|
/datasets/raw/*
|
|
/datasets/processed/*
|
|
/datasets/cache/*
|
|
/storage/uploads/*
|
|
/storage/tiles/*
|
|
/storage/masks/*
|
|
/storage/reports/*
|
|
/storage/exports/*
|
|
/storage/rasters/*
|
|
/storage/models/*
|
|
/storage/operator-data/*
|
|
/storage/operator-evidence/*
|
|
/storage/release-evidence/*
|
|
/storage/previews/*
|
|
/storage/training/*
|
|
/storage/ultralytics/*
|
|
/exports/*
|
|
/models/*
|
|
/backend/storage/uploads/*
|
|
/backend/storage/tiles/*
|
|
/backend/storage/masks/*
|
|
/backend/storage/reports/*
|
|
/backend/storage/exports/*
|
|
/backups/*
|
|
/postgres-data/*
|
|
|
|
# Keep folder placeholders
|
|
!**/.gitkeep
|
|
!**/README.md
|
|
|
|
# Runtime-generated operator documentation is not repository documentation.
|
|
/storage/operator-data/README.md
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Local investigation scratch: the SAM2 and edge-alignment trials the README
|
|
# records as rejected, plus their imagery and a deploy bundle (~300 MB). Kept
|
|
# on disk because the rejections are worth being able to re-check, out of the
|
|
# repository because none of it is an input to the product.
|
|
/.codex-artifacts/
|