Update .gitignore
Some checks failed
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Failing after 1m14s
Some checks failed
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Failing after 1m14s
This commit is contained in:
parent
9978ea85d7
commit
03a47e924e
1 changed files with 0 additions and 8 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue