Spaces:
Sleeping
Sleeping
| # 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 |