-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
195 lines (169 loc) · 3.3 KB
/
.gitignore
File metadata and controls
195 lines (169 loc) · 3.3 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
184
185
186
187
188
189
190
191
192
193
194
195
# Dependencies
node_modules/
.pnp
.pnp.js
# Testing
coverage/
*.lcov
.nyc_output
junit.xml
test-results/
*.log
# Production Build
dist/
build/
*.tsbuildinfo
# Storybook
storybook-static/
.storybook-out/
# Environment Variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
.coverage
htmlcov/
*.egg-info/
dist-python/
build-python/
# Docker
*.log
docker-compose.override.yml
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# OS
.DS_Store
Thumbs.db
*.bak
*.tmp
# Temporary files
*.swp
*.swo
*~
.cache/
.temp/
tmp/
# Build artifacts
*.tgz
*.tar.gz
*.zip
# Pyodide offline assets (local vendoring only)
public/pyodide/*
!public/pyodide/README.md
# Backend specific
backend/.env
backend/*.db
backend/*.sqlite
backend/*.sqlite3
backend/coverage.xml
backend/pytest-results.xml
backend/.mypy_cache/
backend/.ruff_cache/
# Development artifacts
nul
*.bak.py
*.backup
# Documentation build
docs/_build/
docs/.doctrees/
# Package manager locks (optional - uncomment if needed)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# Internal documentation (not for public release)
# ================================================
RECERTIFICATION_SIDRCE_TIER_5.md
DEPLOYMENT_AUTHORIZATION.md
SIDRCE_V8_CERTIFICATION_REPORT.md
QUALITY_CERTIFICATION_REPORT.md
CRITICAL_FIX_DEPLOYMENT.md
FINAL_DEPLOYMENT_REPORT.md
PHASE_*.md
STAGE_*.md
*_PRIVATE.md
*_INTERNAL.md
# Internal architecture notes
CLAUDE.md
INTERNAL_ARCHITECTURE.md
CORE_PRINCIPLES.md
# Internal performance logs
*_performance_baseline.json
*_metrics_snapshot.txt
internal_diagnostics_*.log
# Internal test artifacts
performance_reports/
offline_reports/
internal_test_results/
# Development team notes
TEAM_NOTES.md
MEETING_NOTES.md
TECHNICAL_DEBT.md
DECISIONS.md
# Temporary internal files
.temp_internal/
.work_in_progress/
SCRATCH_*.md
DRAFT_*.md
TODO_*.md
WIP_*.md
# Backend LLM Tests (external API dependent - not for v1.0.2)
# ============================================================
# LLM provider tests require external APIs (OpenAI, Anthropic, etc.)
# which are not available in CI environments and conflict with
# the v1.0.2 backend-free offline-first architecture.
# These will be reintroduced in v1.1.0 with optional backend support.
backend/tests/test_llm_*.py
backend/tests_backup/
# Development & Internal Documentation (not for public release)
# =============================================================
# These files are internal development artifacts and not needed for users
COMPLETE_CONVERSATION_ARCHIVE.md
EXECUTION_COMPLETE_SUMMARY.md
DRIFT_FIXES_FINAL_REPORT.md
FINAL_DEPLOYMENT_REPORT.md
PHASE1-3_MIGRATION_GUIDE.md
PHASE1_COMPLETION_SUMMARY.md
STAGE_4_DEPLOYMENT_MARKETING.md
STEP3_PERFORMANCE_TESTING_COMPLETE.md
STEP4_OFFLINE_GUARANTEE_COMPLETE.md
V1.0.2_RELEASE_COMPLETE.md
GITHUB_REPOSITORY_STRATEGY.md
CI_REPRODUCTION_FAILURE_DIAGNOSIS.md
GITHUB_COMMIT_CHECKLIST.md
# Internal assessment & certification (not for public)
RECERTIFICATION_SIDRCE_TIER_5.md
FINAL_ASSESSMENT_SIDRCE.md
DEPLOYMENT_AUTHORIZATION.md
CHANGELOG_v1.0.1.md
# Backup & temporary files
*_BACKUP.md
*_BACKUP.txt
*_TEMP.md
*_TEMP.txt