forked from ChelseaKR/exitdrill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (34 loc) · 1.11 KB
/
Copy path.gitignore
File metadata and controls
36 lines (34 loc) · 1.11 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
.claude/
.coverage
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
__pycache__/
*.py[cod]
dist/
node_modules/
examples/*/out/
normalized-directus-canary/
normalized-civicrm-target-canary/
# Local product-strategy, competitive-intelligence, brand/legal, and
# customer-discovery working documents. Each was reviewed individually
# (issue #39) and kept out because it is private planning rather than a
# technical decision record: buyer/kill-gate economics, a rejected
# private codename and competitor scan, brand-positioning strategy, or
# a trademark clearance memo. This file is tracked so the same rules
# apply in every clone instead of living only in the untracked, local
# `.git/info/exclude`.
/docs/PRD.md
/docs/RESEARCH.md
/docs/NAMING.md
/docs/NAMING-CLEARANCE.md
/docs/RED-TEAM.md
/docs/DISCOVERY-PACK.md
/docs/USER-RESEARCH.md
/docs/ROADMAP.LOCAL-DRAFT.md
# Superseded by the committed docs/I18N.md and the Observability scope
# section of docs/ROADMAP.md. Not sensitive, just stale duplicates; kept
# out to avoid two conflicting sources of truth for the same decision.
/docs/I18N.LOCAL-DRAFT.md
/docs/OBSERVABILITY.md