diff --git a/.gitignore b/.gitignore index 1e08986..987fa33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,29 +1,24 @@ # IPTV Playlist Generator - Enhanced .gitignore - # ===== PYTHON ===== __pycache__/ *.py[cod] *$py.class *.so .Python - # ===== LOGS & TEMPORARY FILES ===== *.log *.tmp *_temp* *.backup.* temp_* - # ===== BACKUP FILES ===== backups/temp_* backups/*.tmp *.backup *~ - # ===== DATA ARCHIVES ===== data/archive/ reports/archive/ - # ===== IDE & EDITOR FILES ===== .vscode/ .idea/ @@ -32,18 +27,15 @@ reports/archive/ *~ .DS_Store Thumbs.db - # ===== IPTV SPECIFIC ===== bulk_import_temp.m3u import_temp_*.m3u *_processing.m3u playlist_temp.m3u temp_playlist_*.m3u - # Old timestamped files *_20[0-9][0-9][0-9][0-9][0-9][0-9]_*.txt *_20[0-9][0-9][0-9][0-9][0-9][0-9].txt - # ===== SETUP & MAINTENANCE ===== setup_*.py comprehensive_cleanup.py \ No newline at end of file