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:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user