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
|
# 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
|
Loading…
Add table
Add a link
Reference in a new issue