Spaces:
Sleeping
Sleeping
File size: 534 Bytes
f0b765c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Utility Scripts
This directory contains utility scripts for development and maintenance tasks.
## Scripts
### File Management
- `cleanup_cache.py` - Removes Python cache files and temporary artifacts
- `validate_gitignore.py` - Validates and updates .gitignore rules
### Analysis and Backup
- `backup_and_analyze.py` - Creates timestamped backups and analyzes codebase structure
- `view_analysis.py` - Views and filters analysis results
### Archive Management
- `archive_migration_files.py` - Archives completed migration files |