Skip to content

Commit 1b692b2

Browse files
author
CalorieApp Maintainer
committed
chore: comprehensive repo health - remove test artifacts and merge cleanup
- Remove config/test_accounts.json (contains private keys) - Enhanced .gitignore: test_*.py, demo_*.py, temp_*.py patterns - Added root-level internal doc patterns (RELEASE_STRATEGY_SUMMARY, etc) - Deleted merged branches: chore/repo-hardening, feature/visual-refinement-v1.1.2 Branch health: - main: current, up-to-date (commit e97b7c3) - Deprecated remote branches remain for archival reference only Repository now contains: - 134 tracked files (down from 229 pre-cleanup) - Only stable, production-ready code - No test artifacts, temp files, or sensitive configs - Clean branch structure
1 parent e97b7c3 commit 1b692b2

2 files changed

Lines changed: 11 additions & 32 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,17 @@ SOCIAL_MEDIA_ANNOUNCEMENT_KIT.md
257257
test_*.py
258258
test_*.txt
259259
*_output.txt
260+
demo_*.py
261+
temp_*.py
262+
263+
# Root-level internal files
264+
/RELEASE_STRATEGY_SUMMARY.md
265+
/GIT_COMMIT_GUIDE.md
266+
/COMMIT_QUICK_REFERENCE.md
267+
/COMPREHENSIVE_TODO_LIST.md
268+
269+
# Config with sensitive test data
270+
config/test_accounts.json
260271

261272
# Test artifacts
262273
.pytest_cache/

config/test_accounts.json

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

0 commit comments

Comments
 (0)