Update .gitignore
Some checks failed
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Failing after 1m14s

This commit is contained in:
stoney420 2025-06-28 07:08:26 +02:00
parent 9978ea85d7
commit 03a47e924e

8
.gitignore vendored
View file

@ -1,29 +1,24 @@
# IPTV Playlist Generator - Enhanced .gitignore # IPTV Playlist Generator - Enhanced .gitignore
# ===== PYTHON ===== # ===== PYTHON =====
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
*.so *.so
.Python .Python
# ===== LOGS & TEMPORARY FILES ===== # ===== LOGS & TEMPORARY FILES =====
*.log *.log
*.tmp *.tmp
*_temp* *_temp*
*.backup.* *.backup.*
temp_* temp_*
# ===== BACKUP FILES ===== # ===== BACKUP FILES =====
backups/temp_* backups/temp_*
backups/*.tmp backups/*.tmp
*.backup *.backup
*~ *~
# ===== DATA ARCHIVES ===== # ===== DATA ARCHIVES =====
data/archive/ data/archive/
reports/archive/ reports/archive/
# ===== IDE & EDITOR FILES ===== # ===== IDE & EDITOR FILES =====
.vscode/ .vscode/
.idea/ .idea/
@ -32,18 +27,15 @@ reports/archive/
*~ *~
.DS_Store .DS_Store
Thumbs.db Thumbs.db
# ===== IPTV SPECIFIC ===== # ===== IPTV SPECIFIC =====
bulk_import_temp.m3u bulk_import_temp.m3u
import_temp_*.m3u import_temp_*.m3u
*_processing.m3u *_processing.m3u
playlist_temp.m3u playlist_temp.m3u
temp_playlist_*.m3u temp_playlist_*.m3u
# Old timestamped files # 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
*_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 & MAINTENANCE =====
setup_*.py setup_*.py
comprehensive_cleanup.py comprehensive_cleanup.py