Skip to content

Commit e97b7c3

Browse files
author
CalorieApp Maintainer
committed
refactor: enforce privacy policy - remove unfinished code and internal tooling
Removed from public repository per privacy reassessment: 1. Unfinished/Experimental Features (not production-ready): - CalorieDB system (caloriedb*.py, xrpl_caloriedb_sync.py) - Decentralized storage clients (BigchainDB, IPFS) - FoodRepo integration (foodrepo*.py) - WalletConnect stubs (wallet_connect/) - Pro account system (pro_*.py) - Web3Browser, WebView, Barcode/Camera screens 2. Internal Development Tools: - tools/ directory (social automation, commit helpers, image generator) - scripts/dev/ (linting, formatting, testing) - Maintenance utilities (repair, clean, split, sanity check scripts) - UX tour automation 3. Progress/Summary Documentation: - docs/archive/ (all checkpoint files) - Completion summaries (*_COMPLETE.md, *_SUMMARY.md) - Internal status updates, roadmaps, PR drafts - Social media drafts and LinkedIn articles - docs/posts/ directory Updated .gitignore with comprehensive patterns to prevent future accidental publication of private/internal assets. Rationale: Public repo should contain only stable, reviewed features; internal tools and progress tracking remain private.
1 parent 525dc74 commit e97b7c3

95 files changed

Lines changed: 55 additions & 12745 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,27 @@ docs/RESOURCE_USAGE_POLICY.md
224224
docs/RESPONSIVE_SYSTEM_GUIDE.md
225225
docs/UI_STYLE_GUIDE.md
226226
docs/UX_OPTIMIZER_SUMMARY.md
227+
docs/*STATUS*.md
228+
docs/*SUMMARY*.md
229+
docs/*CHECKLIST*.md
230+
docs/SESSION_PROGRESS_*.md
231+
docs/ITERATION_*.md
232+
docs/ACTUAL_STATUS_*.md
233+
docs/VISUAL_AUDIT_CHECKLIST_*.md
234+
docs/ROADMAP_v*.md
235+
236+
# Internal social / marketing drafts not for public release
237+
docs/SOCIAL_COPY_*.md
238+
docs/PR_BODY_*.md
239+
docs/LINKEDIN_ARTICLE_*.md
240+
241+
# Internal maintenance scripts (move to internal/ or scripts/private/)
242+
scripts/private/
243+
internal/
244+
tools/internal/
245+
246+
# Backup KV files
247+
src/core/kv/*.kv.bak
227248

228249
# Internal git/commit helpers
229250
GIT_COMMIT_GUIDE.md
@@ -254,5 +275,37 @@ scripts/**
254275
!scripts/run.py
255276
!scripts/run.bat
256277
!scripts/run.sh
257-
!build_apk.bat
258-
!build_apk.sh
278+
279+
# Development automation tools (private)
280+
tools/
281+
282+
# Unfinished features & experimental code (not ready for public)
283+
src/utils/caloriedb*.py
284+
src/utils/decentralized/
285+
src/utils/foodrepo*.py
286+
src/utils/wallet_connect/
287+
src/utils/pro_*.py
288+
src/utils/xrpl_caloriedb_sync.py
289+
src/utils/calorie_linking.py
290+
src/screens/Web3BrowserScreen.py
291+
src/screens/WebViewScreen.py
292+
src/screens/BarcodeScanScreen.py
293+
src/screens/CameraScanScreen.py
294+
295+
# Progress docs & internal summaries (not for public)
296+
docs/archive/
297+
docs/posts/
298+
docs/*_COMPLETE.md
299+
docs/*_SUMMARY.md
300+
docs/ITERATIONS_*.md
301+
docs/KV_MODULARIZATION_*.md
302+
docs/LINKEDIN_ARTICLE_*.md
303+
docs/SOCIAL_COPY_*.md
304+
docs/PR_BODY_*.md
305+
docs/PR_DRAFT_*.md
306+
docs/RELEASE_BODY_*.md
307+
docs/ROADMAP_v*.md
308+
docs/VISUAL_AUDIT_*.md
309+
docs/POSTING_GUIDE_*.md
310+
docs/REPOSITORY_ORGANIZATION.md
311+
docs/STATUS_UPDATE_*.md

docs/CLEANUP_COMPLETE.md

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)