Build spec and host brief carried in from C:\Claude and WRPS/02-env; the plant model (equipment, tags, alarm bitmask, enums, unit conversions) is derived from WRPS/04-plc/register-map.csv, WRPS/05-scada/modbus/scada-points.csv and WRPS-CTL-003. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
38 lines
442 B
Text
38 lines
442 B
Text
# Secrets — never commit. See .env.example for the shape.
|
|
*.env
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
*.token
|
|
*.p12
|
|
secrets*
|
|
*Linux Machine Config*
|
|
authelia.env
|
|
pg-ai.env
|
|
api.env
|
|
|
|
# Real document content lives on /datadisk/ai-docs on lin001
|
|
docs/*
|
|
!docs/.gitkeep
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
.vite/
|
|
*.tsbuildinfo
|
|
|
|
# Local
|
|
.DS_Store
|
|
*.log
|
|
*.bak
|
|
*.bak-*
|
|
eval/results/
|