-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (42 loc) · 1.06 KB
/
Copy path.gitignore
File metadata and controls
53 lines (42 loc) · 1.06 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
# Private — all internal/strategy/paper work
private/
RULES.md
CLAUDE.md
# Build output (TypeScript + internal workstreams)
build/
caddy-route.txt
# Environment
.env
.env.prod
!.env.example
# Security config (thresholds not public)
src/config/security-defaults.json
# Internal deployment composes (contain infra names, IPs, creds). Public users
# get docker-compose.yml (standalone quickstart) + *.yml.example templates.
docker-compose.prod.yml
docker-compose.test.yml
docker-compose.*.local.yml
docker-compose.override.yml
# Caddy reverse proxy config (contains auth hashes + internal hostnames).
# Has no place in the project repo.
Caddyfile*
# Operator-managed scripts (copy from *.example and adapt to your infrastructure).
# Backup cadence, retention, storage paths, and offsite strategy are
# infra-specific — we ship a template, not a prescription.
scripts/backup.sh
# Dependencies
node_modules/
# Build
dist/
# Data
data/
# Test artifacts
test-results/
# OS
.DS_Store
Thumbs.db
__pycache__/
venv/
scripts/curator-agent/
scripts/sentinel-agent/
tests/snapshots/