- move the relational data center to MySQL and a standalone workbench\n- add Interface Center API credentials, policies, logs, and DBeaver SSH guidance\n- harden authentication and deployment while retiring unused management surfaces
43 lines
674 B
Plaintext
43 lines
674 B
Plaintext
.DS_Store
|
|
.claude/
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
venv/
|
|
|
|
# Node / frontend build cache
|
|
admin-web/node_modules/
|
|
admin-web/dist/
|
|
admin-web/tsconfig.tsbuildinfo
|
|
|
|
# Runtime and generated local files
|
|
logs/
|
|
tmp/
|
|
.codex-tmp/
|
|
backups/
|
|
*.sql.gz.enc
|
|
*.sql.gz.enc.sha256
|
|
*.sql.gz.enc.json
|
|
*.log
|
|
*.pid
|
|
app/static/admin/
|
|
|
|
# Local collection caches and external cloned research repos.
|
|
# Runtime data is published through snapshots/ instead.
|
|
data/
|
|
|
|
# Large generated reports and demo media
|
|
docs/reports/*
|
|
!docs/reports/new2_current_kg_schema_snapshot.md
|
|
|
|
# Local visual QA screenshots
|
|
travel_assistant_*_test.png
|