-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
183 lines (152 loc) · 2.78 KB
/
.gitignore
File metadata and controls
183 lines (152 loc) · 2.78 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
htmlcov_logging/
# Healthcare Wizards (top-level only - keep plugin wizards)
/wizards/
# Test and Coverage
coverage.xml
htmlcov/
.pytest_cache/
*.pyc
__pycache__/
# Security
security_scan_results.json
pip_audit_results.json
*.audit.json
.env
**/.env
**/tests/.env
*.env.local
*.env.*.local
# MemDocs
.memdocs/
.memdocs-context.md
# Code Quality
.mypy_cache/
.ruff_cache/
# Website (Next.js) - Keep source, exclude builds
website/node_modules/
website/.next/
website/out/
website/.env.local
website/.env.production.local
website/build/
!website/lib/
# Working files (reminders, drafts, planning docs)
BADGES_REMINDER.md
POST_HACKERNEWS_REMINDER.md
SEND_LANGCHAIN_EMAIL.md
HN_ARTICLE_EMPATHY_MEMDOCS.md
OUTREACH_EMAILS.md
TODO_BADGES.md
COMPREHENSIVE_COMPLETION_PLAN.md
COMMERCIAL_READINESS.md
coverage.json
# Pitch Deck Materials (generated/working files, not for version control)
PITCH_DECK.md
PITCH_DECK_README.md
pitch_deck_assets/
pitch_deck_exports/
convert_pitch_deck.sh
# Logs
logs/
# Redis dump
dump.rdb
# MCP Registry tokens (credentials)
.mcpregistry_*
# Server configuration (may contain secrets)
server.json
# Embedded git repositories
10_9_2025_ai_nurse_florence/
anthropic-cookbook/
# Generated book files
dist/empathy-book.*
ebook-site/
# MkDocs build output
site/
# Book production files (large binaries - InDesign, PDFs, DOCX)
book-indesign/
book-indesign alias*
# Local runtime data (Empathy session state)
.empathy/
# Pattern storage (generated runtime data)
patterns/debugging_demo/
patterns/repo_test/
patterns/security/
patterns/security_demo/
patterns/tech_debt/
patterns/tech_debt_demo/
# Auto-generated workflow tracking files
patterns/debugging/workflow_*.json
# Word temp files
~$*
# Node modules lock duplicates
**/node_modules/.package-lock.json
# Consolidated wizards (working directory)
wizards_consolidated/
# Marketing (internal/admin only)
docs/marketing/
# VS Code extension telemetry panel (separate project)
vscode-telemetry-panel/
# Test reports and analysis (generated files)
fallback_test_report_*.json
usage_analysis.json
FALLBACK_TEST_REPORT.md
TIER_FALLBACK_TEST_REPORT.md
.vercel
# macOS Finder duplicate files (created when copying files in Finder)
* 2.py
* 2.ts
* 2.tsx
* 2.js
* 2.jsx
* 2.json
* 2.md
* 2.mdx
* 2.yaml
* 2.yml
* 2/
# Coverage parallel test files
.coverage.*
# Example applications (not part of framework distribution)
examples/craps-dice-tracker/
# Local data files
memdocs_storage/
metrics.db
benchmarks/profiles/*.prof
benchmarks/profiles/*.dat
.env.test