-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (61 loc) · 2.09 KB
/
Copy path.gitignore
File metadata and controls
63 lines (61 loc) · 2.09 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
.DS_Store
.env
.env.lite
apps/web/.env*.local
apps/web/.env.local.*
!apps/web/.env.local.example
*.db
*.sqlite
*.sqlite3
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.venv/
*.egg-info/
__pycache__/
*.pyc
apps/web/.next/
apps/web/node_modules/
artifacts/
!apps/web/app/artifacts/
!apps/web/app/artifacts/**
# Internal operating docs (keep local, exclude from public repo)
.ai/*
!.ai/active/
!.ai/handoff/
.ai/active/*
!.ai/active/SPRINT_PACKET.md
.ai/handoff/*
!.ai/handoff/CURRENT_STATE.md
BUILD_REPORT.md
REVIEW_REPORT.md
!docs/archive/process/BUILD_REPORT.md
!docs/archive/process/REVIEW_REPORT.md
!docs/handoff/2026-07-13-v0.10-audit-remediation/BUILD_REPORT.md
!docs/handoff/2026-07-13-v0.10-audit-remediation/REVIEW_REPORT.md
!docs/handoff/2026-07-14-v0.10.4-remediation/BUILD_REPORT.md
!docs/handoff/2026-07-14-v0.10.4-remediation/REVIEW_REPORT.md
!docs/handoff/2026-07-15-v0.11.0-phase1-periphery-cut/BUILD_REPORT.md
!docs/handoff/2026-07-15-v0.11.0-phase1-periphery-cut/REVIEW_REPORT.md
!docs/handoff/2026-07-16-v0.11.1-phase2-debt-sweep/BUILD_REPORT.md
!docs/handoff/2026-07-16-v0.11.1-phase2-debt-sweep/REVIEW_REPORT.md
!docs/handoff/2026-07-18-v0.12.0-phase3-structural-refactor/BUILD_REPORT.md
!docs/handoff/2026-07-18-v0.12.0-phase3-structural-refactor/REVIEW_REPORT.md
!docs/handoff/2026-07-19-v0.13.0-phase4-sprint4-synthesis/BUILD_REPORT.md
!docs/handoff/2026-07-19-v0.13.0-phase4-sprint4-synthesis/REVIEW_REPORT.md
!docs/handoff/2026-07-21-v0.14.0-phase5-enterprise-track/BUILD_REPORT.md
!docs/handoff/2026-07-21-v0.14.0-phase5-enterprise-track/REVIEW_REPORT.md
!docs/handoff/2026-07-24-v0.14.0-deployment-guide-fixes/BUILD_REPORT.md
!docs/handoff/2026-07-24-v0.14.0-deployment-guide-fixes/REVIEW_REPORT.md
ARCHIVE_RECOMMENDATIONS.md
RECOMMENDED_ADRS.md
# Internal planning/process docs (keep local, exclude from public repo)
docs/archive/planning/*
!docs/archive/planning/2026-04-08-context-compaction/
docs/archive/planning/2026-04-08-context-compaction/*
!docs/archive/planning/2026-04-08-context-compaction/README.md
docs/archive/sprints/
docs/phase5-sprint-17-20-plan.md
docs/phase8-sprint-29-32-plan.md
build/