-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (74 loc) · 1.74 KB
/
Copy path.gitignore
File metadata and controls
80 lines (74 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
/target
/edge/target
/.cache/
# Local cargo home / docker-build caches (never commit)
.cargo-ben/
.cargo-docker/
# Local cutover / MQTT provision artifacts (never commit CA or kits)
/backups/
/reports/
/docs/benchmarks/parity_b100_latest/
/deploy/mqtt/ca/
/deploy/mqtt/certs/
/deploy/mqtt/kits/
/deploy/mqtt/acl/
*.key.pem
__pycache__/
.pytest_cache/
/.env
edge/workspace/
auth.env.local
auth.env.local.*
workspace/auth.env.local
workspace/auth.env.local.bak.*
workspace/data.env.local
workspace/data/fdd_wires/
workspace/backups/
workspace/data/
workspace/logs/
workspace/smoke-profiles/local/*.local.toml
workspace/bootstrap_credentials*
workspace/bench.env.local
workspace/bench/
scripts/nightly-ot-bench/bench.env.local
docker/compose.standalone.local.yml
docker/compose.react.fieldbus.local.yml
docker/compose.cloudsim.local.yml
workspace/ollama.env.local
workspace/codex.env.local
workspace/agent-chat/
workspace/agent-toolshed/
workspace/haystack/local.nhaystack.toml
workspace/import-profiles/local/*.local.toml
workspace/export-profiles/local/*.local.toml
workspace/imports/
workspace/exports/
workspace/reports/generated/
workspace/data-management/
workspace/deploy/
workspace/overrides/
workspace/bacnet/
workspace/fixtures/ahu_data/*.csv
workspace/dashboard/node_modules/
workspace/dashboard/dist/
frontend/assets/
frontend/index.html
**/*.db
.DS_Store
workspace/frontend/
# Operator-sidecar TADCO prep (agent toolshed pattern — not product code)
scripts/tadco_hvac_prepare.py
scripts/openfdd_tadco_hvac_integration.sh
services/central/.cache/
*.egg-info/
dist/
build/
.venv/
workspace/.cache/
workspace/jobs/
workspace/vibe21_artifacts/
workspace/vibe21_venv/
workspace/vibe21_jobs/
# Local Railway/workspace backups (never commit)
openfdd-backups/
.secrets/