Skip to content

Commit f489fbe

Browse files
committed
chore: Update .gitignore and remove obsolete markdown files for TinyBrain
- Added entries to .gitignore for temporary migration and assessment files to streamline the project structure. - Deleted outdated markdown files including CLEANUP_SUMMARY.md, COMPLETION_SUMMARY.md, FINAL_STATUS.md, MIGRATION.md, REAL_USAGE_TEST_RESULTS.md, TESTING_SUMMARY.md, and verify_installation.py that are no longer relevant to the current architecture. - This cleanup enhances codebase maintainability and aligns with ongoing efforts to refine TinyBrain's structure and focus on the latest integration strategies.
1 parent 94ccd90 commit f489fbe

9 files changed

Lines changed: 9 additions & 850 deletions

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,12 @@ Thumbs.db
6161

6262
# UV
6363
.uv/
64+
65+
# Temporary migration/assessment files
66+
*_ASSESSMENT.md
67+
*_SUMMARY.md
68+
*_STATUS.md
69+
*_RESULTS.md
70+
MIGRATION.md
71+
verify_installation.py
72+
test_real_usage.py

CLEANUP_SUMMARY.md

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

COMPLETION_SUMMARY.md

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

FINAL_STATUS.md

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

MIGRATION.md

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

0 commit comments

Comments
 (0)