Cleanup: Add migration scripts to gitignore and remove from tracking

- Add debug_usage.py, fix_database.py, migrate_usage_summaries.py,
  simple_migrate.py, validate_implementation.py to .gitignore
- Add CAMERA_SELFIE_IMPLEMENTATION.md to .gitignore
- Remove these files from git tracking (keep locally)
This commit is contained in:
ajaysi
2026-03-22 12:47:00 +05:30
parent 51bc76345f
commit 1fd9720dac
7 changed files with 10 additions and 622 deletions

10
.gitignore vendored
View File

@@ -261,3 +261,13 @@ docs/__pycache__/
backend/.onboarding_progress*.json
backend/researchtools_text/projects/Draft__AI_advanc_c2f90698.json
backend/researchtools_text/projects/Draft__AI_adv_388d4491.json
# Migration and debug scripts
debug_usage.py
fix_database.py
migrate_usage_summaries.py
simple_migrate.py
validate_implementation.py
# Camera selfie implementation (not needed)
CAMERA_SELFIE_IMPLEMENTATION.md