node_modules/
dist/
.env
.env.*
!.env.example
**/.env
**/.env.*
!**/.env.example
.context/
.DS_Store
*.pem
*.key
*.p12
*.pfx
*.jks
*.keystore
**/*credentials*.json
**/*service-account*.json
*.tsbuildinfo
.platform-build/
__pycache__/
*.pyc
.venv/
.pytest_cache/
.ruff_cache/
# Raw evaluation and training trajectories are operator-only evidence. Their
# reviewed receipts/reports bind hashes without publishing private seat views.
research/runs/
# Full trainer-attempt archives contain private trajectories. Reviewed manifests
# bind their versioned durable S3 objects without publishing the archive bytes.
research/training-evidence/archives/
# Local databases: the facade's store and the client-side experiment store.
*.sqlite
*.sqlite-wal
*.sqlite-shm
