-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (30 loc) · 739 Bytes
/
.gitignore
File metadata and controls
32 lines (30 loc) · 739 Bytes
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
.DS_Store
.env
.pytest_cache/
.venv/
*.egg-info/
__pycache__/
*.pyc
apps/web/.next/
apps/web/node_modules/
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
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